summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/snes_ppu.h
diff options
context:
space:
mode:
author MooglyGuy <therealmogminer@gmail.com>2019-10-20 00:11:37 +0200
committer MooglyGuy <therealmogminer@gmail.com>2019-10-20 00:11:50 +0200
commit30f1f97f3b7317f0450019e2646db39561f9275b (patch)
tree2726f2cce96b4ed110047e8572636a4cb3ce3ece /src/devices/video/snes_ppu.h
parent9ea6feda9cfd050b694c42b57e1396d32259f0a7 (diff)
-snes_ppu: Fixed some breakage from the port of bsnes ppu-fast, nw
Diffstat (limited to 'src/devices/video/snes_ppu.h')
-rw-r--r--src/devices/video/snes_ppu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/video/snes_ppu.h b/src/devices/video/snes_ppu.h
index 91563fbdb78..c7cd3d4fc4c 100644
--- a/src/devices/video/snes_ppu.h
+++ b/src/devices/video/snes_ppu.h
@@ -31,7 +31,7 @@
#define SNES_PAL 0x10
-#define SNES_LAYER_DEBUG 0
+#define SNES_LAYER_DEBUG 1
// ======================> snes_ppu_device