diff options
-rw-r--r-- | source/ppu.c | 4 |
1 files 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 |