Set `GPGX.PCRegisterName` correctly in SMS/etc. mode (resolves #4226)

This commit is contained in:
YoshiRulz 2025-02-15 04:36:34 +10:00
parent 084497a28a
commit 33571d4cd3
No known key found for this signature in database
GPG Key ID: C4DE31C245353FB7
2 changed files with 2 additions and 1 deletions

View File

@ -15,7 +15,7 @@ namespace BizHawk.Emulation.Cores.Consoles.Sega.gpgx
}
}
public string PCRegisterName => "M68K PC";
public string PCRegisterName { get; }
public IEnumerable<string> AvailableCpus { get; } = [ "M68000" ];

View File

@ -48,6 +48,7 @@ namespace BizHawk.Emulation.Cores.Consoles.Sega.gpgx
_ => throw new InvalidOperationException("Invalid system id")
};
}
PCRegisterName = SystemId is VSystemID.Raw.GEN ? "M68K PC" : "Z80 pc";
// 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