diff options
Diffstat (limited to 'blastem.h')
-rw-r--r-- | blastem.h | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -15,10 +15,6 @@ #include "io.h" #include "config.h" -#define RAM_FLAG_ODD 0x1800 -#define RAM_FLAG_EVEN 0x1000 -#define RAM_FLAG_BOTH 0x0000 - typedef struct { m68k_context *m68k; z80_context *z80; |