diff blastem.h @ 766:1b2f8280ba81

WIP changes to support reading cart memory map from ROM DB
author Michael Pavone <pavone@retrodev.com>
date Sun, 05 Jul 2015 14:21:34 -0700
parents 8aa9aacefe12
children ea525f600b1d
line wrap: on
line diff
--- a/blastem.h	Thu Jul 02 20:43:01 2015 -0700
+++ b/blastem.h	Sun Jul 05 14:21:34 2015 -0700
@@ -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;