From 0be7e726ad839d36d50db630b24ea0f1dc141c08 Mon Sep 17 00:00:00 2001 From: Michael Pavone Date: Sun, 5 Jul 2015 14:21:34 -0700 Subject: WIP changes to support reading cart memory map from ROM DB --- blastem.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'blastem.h') diff --git a/blastem.h b/blastem.h index 23c62dd..f3bf4c6 100644 --- a/blastem.h +++ b/blastem.h @@ -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; -- cgit v1.2.3