d_pgm: clear

This commit is contained in:
taoenwen 2025-02-12 00:58:58 +08:00
parent 3bb64f9276
commit 06d7bc8741
1 changed files with 1 additions and 6 deletions

View File

@ -2136,12 +2136,7 @@ static INT32 oldsInit()
if (!(nIpsDrvDefine & IPS_NOT_PROTECT))
pPgmProtCallback = install_protection_asic25_asic28_olds;
// return pgmInit();
int nRet = pgmInit();
FILE* f = fopen("pgm_prg", "wb");
fwrite(PGM68KROM, 0x400000, 1, f);
fclose(f);
return nRet;
return pgmInit();
}
struct BurnDriver BurnDrvOlds = {