comparison sms.h @ 1507:2455662378ed mame_interp

Added MAME Z80 core, re-enabled 68K tracing in Musashi core, disabled a bunch of code gen stuff when using interpreters from MAME
author Michael Pavone <pavone@retrodev.com>
date Sat, 30 Dec 2017 18:27:06 -0800
parents aee2177a1630
children b7ecd0d6a77b
comparison
equal deleted inserted replaced
1506:ded16f3d7eb4 1507:2455662378ed
2 #define SMS_H_ 2 #define SMS_H_
3 3
4 #include "system.h" 4 #include "system.h"
5 #include "vdp.h" 5 #include "vdp.h"
6 #include "psg.h" 6 #include "psg.h"
7 #ifdef USE_NATIVE
7 #include "z80_to_x86.h" 8 #include "z80_to_x86.h"
9 #else
10 #include "mame_z80/z80.h"
11 #endif
8 #include "io.h" 12 #include "io.h"
9 13
10 #define SMS_RAM_SIZE (8*1024) 14 #define SMS_RAM_SIZE (8*1024)
11 #define SMS_CART_RAM_SIZE (32*1024) 15 #define SMS_CART_RAM_SIZE (32*1024)
12 16