diff --git a/bsnes/target-bsnes/program/hacks.cpp b/bsnes/target-bsnes/program/hacks.cpp index dbe238ba..4f831525 100644 --- a/bsnes/target-bsnes/program/hacks.cpp +++ b/bsnes/target-bsnes/program/hacks.cpp @@ -41,6 +41,9 @@ auto Program::hackCompatibility() -> void { //to appear in the background of stage 12. this one is a bug in the original game, so only enable //it if the hotfixes option has been enabled. if(title == "The Hurricanes") entropy = "None"; + + //Frisky Tom attract sequence sometimes hangs when WRAM is initialized to pseudo-random patterns + if(title == "ニチブツ・アーケード・クラシックス") entropy = "None"; } emulator->configure("Hacks/Entropy", entropy);