From 1d1e0acb5b4494f7c1b041e24e5de4f0614a150b Mon Sep 17 00:00:00 2001 From: Ian C Date: Sun, 23 Apr 2023 08:24:31 +0800 Subject: Updated Z80 emulation --- include/z80_config.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'include/z80_config.h') 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 -- cgit v1.2.3