protection fix for Puggsy (MD)

This commit is contained in:
dinkc64 2014-08-09 20:29:01 +00:00
parent ededde4116
commit 53ee0b57c1
1 changed files with 6 additions and 1 deletions

View File

@ -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;
}