pac2650 driver savestate fixes

This commit is contained in:
dinkc64 2014-04-15 05:26:04 +00:00
parent 850f666d1d
commit 5ef0c56609
2 changed files with 4 additions and 2 deletions

View File

@ -519,8 +519,10 @@ static INT32 DrvScan(INT32 nAction,INT32 *pnMin)
ba.szName = "All Ram";
BurnAcb(&ba);
s2650Open(0);
s2650Scan(nAction, pnMin);
s2650Close();
SN76496Scan(nAction, pnMin);
SCAN_VAR(watchdog);
SCAN_VAR(s2650_bank);
}

View File

@ -28,7 +28,7 @@ struct SN76496
INT32 nOutputDir;
};
static INT32 NumChips;
static INT32 NumChips = 0;
static struct SN76496 *Chip0 = NULL;
static struct SN76496 *Chip1 = NULL;
static struct SN76496 *Chip2 = NULL;