From c599f551ea0862b397b2e8b1ca4b441b4ab8c8f1 Mon Sep 17 00:00:00 2001 From: aliaspider Date: Mon, 3 Nov 2014 11:51:20 +0100 Subject: fix typo --- source/ppu.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/ppu.c b/source/ppu.c index 03b8949..1b43cba 100644 --- a/source/ppu.c +++ b/source/ppu.c @@ -1326,9 +1326,9 @@ uint8 S9xGetPPU(uint16 Address) } return (Memory.FillRAM[Address]); -#else +#else // SPCTOOL return (S9xAPUReadPort(Address & 3)); -#endif // SPCTOOL +#endif //#ifndef USE_BLARGG_APU case 0x2180: // Read WRAM -- cgit v1.2.3