diff sms.h @ 1752:d6d4c006a7b3

Initial attempt at interrupts in new Z80 core and integrating it into main executable
author Michael Pavone <pavone@retrodev.com>
date Sun, 10 Feb 2019 11:58:23 -0800
parents 360d5bab199f
children 8fe162bdb038 9a8dd4ba2753
line wrap: on
line diff
--- a/sms.h	Sat Feb 09 11:52:43 2019 -0800
+++ b/sms.h	Sun Feb 10 11:58:23 2019 -0800
@@ -4,7 +4,11 @@
 #include "system.h"
 #include "vdp.h"
 #include "psg.h"
+#ifdef NEW_CORE
+#include "z80.h"
+#else
 #include "z80_to_x86.h"
+#endif
 #include "io.h"
 
 #define SMS_RAM_SIZE (8*1024)