mirror of
https://github.com/RetroDECK/Supermodel.git
synced 2025-04-10 19:15:14 +00:00
Marked offset of code in CROM for scudp
This commit is contained in:
parent
d058a29ac8
commit
de043355bc
|
@ -2857,7 +2857,11 @@ void CModel3::Reset(void)
|
||||||
// Apply patches to games
|
// Apply patches to games
|
||||||
void CModel3::Patch(void)
|
void CModel3::Patch(void)
|
||||||
{
|
{
|
||||||
if (!strcmp(Game->id, "lemans24"))
|
if (!strcmp(Game->id, "scudp"))
|
||||||
|
{
|
||||||
|
// Base offset of program in CROM: 0x710000
|
||||||
|
}
|
||||||
|
else if (!strcmp(Game->id, "lemans24"))
|
||||||
{
|
{
|
||||||
// Base offset of program in CROM: 6473C0
|
// Base offset of program in CROM: 6473C0
|
||||||
*(UINT32 *) &crom[0x6D8C4C] = 0x00000002; // comm. mode: 00=master, 01=slave, 02=satellite
|
*(UINT32 *) &crom[0x6D8C4C] = 0x00000002; // comm. mode: 00=master, 01=slave, 02=satellite
|
||||||
|
|
Loading…
Reference in a new issue