protection fix for Puggsy (MD)
This commit is contained in:
parent
ededde4116
commit
53ee0b57c1
|
@ -2966,7 +2966,12 @@ INT32 MegadriveInit()
|
|||
|
||||
pBurnDrvPalette = (UINT32*)MegadriveCurPal;
|
||||
|
||||
MegadriveResetDo();
|
||||
MegadriveResetDo();
|
||||
|
||||
if (strstr(BurnDrvGetTextA(DRV_NAME), "puggsy")) {
|
||||
bprintf(0, _T("Puggsy protection fix activated!\n"));
|
||||
RamMisc->SRamActive = 0;
|
||||
}
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue