From cd94c6ad1dbf95669c61c640c8b2da2db68adc20 Mon Sep 17 00:00:00 2001 From: bladeoner Date: Sun, 7 Apr 2019 20:29:15 +0200 Subject: [PATCH] Fix Tenshi no Uta black screen (#834) --- source/snes9x/memmap.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/snes9x/memmap.cpp b/source/snes9x/memmap.cpp index f765a3e..2566a56 100644 --- a/source/snes9x/memmap.cpp +++ b/source/snes9x/memmap.cpp @@ -3700,7 +3700,8 @@ void CMemory::ApplyROMFixes (void) Timings.APUAllowTimeOverflow = TRUE; if (match_id("ARWJ") || match_id("ARWE") || // Super Mario RPG - match_id("AFJJ") || match_id("AFJE")) { // Kirby's Dream Land 3 + match_id("AFJJ") || match_id("AFJE") || // Kirby's Dream Land 3 + match_na("\xC3\xDD\xBC\xC9\xB3\xC0")) { // Tenshi no Uta Settings.OneClockCycle = 8; } else {