summaryrefslogtreecommitdiff
path: root/sms.h
diff options
context:
space:
mode:
authorMichael Pavone <pavone@retrodev.com>2019-02-10 11:58:23 -0800
committerMichael Pavone <pavone@retrodev.com>2019-02-10 11:58:23 -0800
commit1b23425efd7606bf6cd509861d9b2d60e033e962 (patch)
treee46744c08ca261f8e98aaa0d4cd109826d391f63 /sms.h
parenta983bd12fa7e47b00d2cc2e8f7cb7dcdfbf26cdf (diff)
Initial attempt at interrupts in new Z80 core and integrating it into main executable
Diffstat (limited to 'sms.h')
-rw-r--r--sms.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/sms.h b/sms.h
index 9f17c0f..0923611 100644
--- a/sms.h
+++ b/sms.h
@@ -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)