From 0099ea03c53e20968cc0490a48bd606597044e07 Mon Sep 17 00:00:00 2001 From: Ian C Date: Sat, 29 Sep 2007 11:08:46 +0000 Subject: Support for array-based memory --- arm9/include/z80.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'arm9/include/z80.h') diff --git a/arm9/include/z80.h b/arm9/include/z80.h index e6bdfd9..8ee5dad 100644 --- a/arm9/include/z80.h +++ b/arm9/include/z80.h @@ -65,8 +65,9 @@ typedef union Z80Byte b[2]; } Z80Reg; -extern int Z80_HI_WORD; -extern int Z80_LO_WORD; +#define Z80_LO_WORD 0 +#define Z80_HI_WORD 1 + /* The processor -- cgit v1.2.3