From e8bad8c3ca33d6dfa672f2e570eddc3ab4b3a7e6 Mon Sep 17 00:00:00 2001 From: Toad King Date: Thu, 14 Jun 2012 03:23:47 -0400 Subject: initial libretro changes --- src/spc700.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/spc700.cpp') 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 -- cgit v1.2.3