summaryrefslogtreecommitdiff
path: root/blastem.h
diff options
context:
space:
mode:
authorMichael Pavone <pavone@retrodev.com>2015-07-05 14:21:34 -0700
committerMichael Pavone <pavone@retrodev.com>2015-07-05 14:21:34 -0700
commit0be7e726ad839d36d50db630b24ea0f1dc141c08 (patch)
treed8c8961bc1f6b0103d7c46be085e09377ff402f9 /blastem.h
parent249115277c7f488052e07ccbd91f0df9f24f26b7 (diff)
WIP changes to support reading cart memory map from ROM DB
Diffstat (limited to 'blastem.h')
-rw-r--r--blastem.h4
1 files changed, 0 insertions, 4 deletions
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;