diff sms.h @ 2053:3414a4423de1 segacd

Merge from default
author Michael Pavone <pavone@retrodev.com>
date Sat, 15 Jan 2022 13:15:21 -0800
parents d6d4c006a7b3
children 8fe162bdb038 9a8dd4ba2753
line wrap: on
line diff
--- a/sms.h	Sat Jan 05 00:58:08 2019 -0800
+++ b/sms.h	Sat Jan 15 13:15:21 2022 -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)