summaryrefslogtreecommitdiff
path: root/src/spc700.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/spc700.cpp')
-rw-r--r--src/spc700.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/spc700.cpp b/src/spc700.cpp
index 00dd4f8..637d2db 100644
--- a/src/spc700.cpp
+++ b/src/spc700.cpp
@@ -239,6 +239,7 @@ APUSetZN8 ((uint8) Int16);
IAPU.Address = *(IAPU.DirectPage + OP1) + \
(*(IAPU.DirectPage + OP1 + 1) << 8) + \
IAPU.YA.B.Y;
+#endif
void Apu00 ()
{
@@ -2505,5 +2506,4 @@ void (*S9xApuOpcodes[256]) (void) =
ApuF8, ApuF9, ApuFA, ApuFB, ApuFC, ApuFD, ApuFE, ApuFF
};
-#endif