summaryrefslogtreecommitdiff
path: root/src/snes9x.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/snes9x.h')
-rw-r--r--src/snes9x.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/snes9x.h b/src/snes9x.h
index e3f8f1d..e72b758 100644
--- a/src/snes9x.h
+++ b/src/snes9x.h
@@ -395,8 +395,9 @@ typedef struct
bool8 DaffyDuck;
uint8 APURAMInitialValue;
bool8 SDD1Pack;
-
+#ifdef ASMCPU
bool8 asmspc700;
+#endif
bool8 SpeedHacks;
#ifdef __WIN32__
int SoundDriver;