aboutsummaryrefslogtreecommitdiff
path: root/source/ppu.c
diff options
context:
space:
mode:
authoraliaspider2014-11-03 11:51:20 +0100
committeraliaspider2014-11-03 11:51:20 +0100
commitc599f551ea0862b397b2e8b1ca4b441b4ab8c8f1 (patch)
treefc6e55eef1f98c52b5037e1df73dcc661b3eb771 /source/ppu.c
parent67e4e10f8b9422b3eceb1d561ca9ff3530f00a9e (diff)
downloadsnes9x2005-c599f551ea0862b397b2e8b1ca4b441b4ab8c8f1.tar.gz
snes9x2005-c599f551ea0862b397b2e8b1ca4b441b4ab8c8f1.tar.bz2
snes9x2005-c599f551ea0862b397b2e8b1ca4b441b4ab8c8f1.zip
fix typo
Diffstat (limited to 'source/ppu.c')
-rw-r--r--source/ppu.c4
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