diff options
Diffstat (limited to 'include/z80_config.h')
-rw-r--r-- | include/z80_config.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/z80_config.h b/include/z80_config.h index 8d9ee79..4168dc3 100644 --- a/include/z80_config.h +++ b/include/z80_config.h @@ -37,6 +37,12 @@ #define ENABLE_DISASSEM +/* Pick one of these as appropriate for your real CPU +#define Z80_BIG_ENDIAN +*/ +#define Z80_LITTLE_ENDIAN + + /* Define this to enable the array-based memory model. In this mode an externally visible Z80Byte array called Z80_MEMORY must be defined. The macros RAMBOT and RAMTOP define the writable area of |