summaryrefslogtreecommitdiff
path: root/src/spc700.cpp
diff options
context:
space:
mode:
authorToad King2012-06-14 03:23:47 -0400
committerToad King2012-06-14 03:23:47 -0400
commite8bad8c3ca33d6dfa672f2e570eddc3ab4b3a7e6 (patch)
tree3b5ee797171edafe59bc22ec1523554d81bc448e /src/spc700.cpp
parent6fb0c7a7a53e1eba7a0f5dc5b1ade312a0d76119 (diff)
downloadsnes9x2002-e8bad8c3ca33d6dfa672f2e570eddc3ab4b3a7e6.tar.gz
snes9x2002-e8bad8c3ca33d6dfa672f2e570eddc3ab4b3a7e6.tar.bz2
snes9x2002-e8bad8c3ca33d6dfa672f2e570eddc3ab4b3a7e6.zip
initial libretro changes
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