Skip to content

Commit

Permalink
When GPGX is in SMS mode, don't advertise IDisassemblable
Browse files Browse the repository at this point in the history
see #4226/33571d4cd
  • Loading branch information
YoshiRulz committed Feb 14, 2025
1 parent 6184afd commit 59b2dba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/BizHawk.Emulation.Cores/Consoles/Sega/gpgx64/GPGX.cs
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ public GPGX(CoreLoadParameters<GPGXSettings, GPGXSyncSettings> lp)
};
}
PCRegisterName = SystemId is VSystemID.Raw.GEN ? "M68K PC" : "Z80 pc";
if (SystemId is not VSystemID.Raw.GEN) ((BasicServiceProvider) ServiceProvider).Unregister<IDisassemblable>();

// three or six button?
// http://www.sega-16.com/forum/showthread.php?4398-Forgotten-Worlds-giving-you-GAME-OVER-immediately-Fix-inside&highlight=forgotten%20worlds
Expand Down

0 comments on commit 59b2dba

Please sign in to comment.