mirror of
https://github.com/bsnes-emu/bsnes.git
synced 2025-08-23 16:43:16 +02:00
Add hotfix for Nichibutsu Arcade Classics (Japan)
* Frisky Tom hangs sometimes when memory is randomized
This commit is contained in:
@@ -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
|
//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.
|
//it if the hotfixes option has been enabled.
|
||||||
if(title == "The Hurricanes") entropy = "None";
|
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);
|
emulator->configure("Hacks/Entropy", entropy);
|
||||||
|
Reference in New Issue
Block a user