SourMesen / Mesen-S

Mesen-S is a cross-platform (Windows & Linux) SNES emulator built in C++ and C#
GNU General Public License v3.0
414 stars 102 forks source link

Super Keiba 2 (Japan) #79

Closed Max833 closed 4 years ago

Max833 commented 4 years ago

Start the game and press A repeatedly and you will see a blackscreen.

SourMesen commented 4 years ago

Thanks for the report! This is fixed by cdd5edba387fc2d895265b2519ef6ebd4804c2c5 Basically, there was a bug that caused SRAM to always be initialized with 0s (no matter the power on state setting), and this game has issues when SRAM is filled with 0s.