summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/snes_ppu.h
diff options
context:
space:
mode:
author mooglyguy <therealmogminer@gmail.com>2019-11-03 02:50:34 +0100
committer MooglyGuy <therealmogminer@gmail.com>2019-11-03 02:51:03 +0100
commitfd1b81e5cc376bd2b78a724e420480a4add371b4 (patch)
treeb6f4df6f9e0c078f0483a726a58ab1c4b8bc1569 /src/devices/video/snes_ppu.h
parentcabfd7188ae3b4442f6d5b6346709ba3dc3be7f9 (diff)
MAMETesters Bugs Fixed
---------------------- - 07472: [Crash/Freeze] (snes.cpp) When starting a game with SNES (PAL), MAME crash (Ryan Holtz)
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 8915f35cee1..6085b848965 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 1
+#define SNES_LAYER_DEBUG 0
// ======================> snes_ppu_device