comparison 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
comparison
equal deleted inserted replaced
765:dc54387ee1cd 766:1b2f8280ba81
12 #include "ym2612.h" 12 #include "ym2612.h"
13 #include "vdp.h" 13 #include "vdp.h"
14 #include "psg.h" 14 #include "psg.h"
15 #include "io.h" 15 #include "io.h"
16 #include "config.h" 16 #include "config.h"
17
18 #define RAM_FLAG_ODD 0x1800
19 #define RAM_FLAG_EVEN 0x1000
20 #define RAM_FLAG_BOTH 0x0000
21 17
22 typedef struct { 18 typedef struct {
23 m68k_context *m68k; 19 m68k_context *m68k;
24 z80_context *z80; 20 z80_context *z80;
25 vdp_context *vdp; 21 vdp_context *vdp;