pac2650 driver savestate fixes
This commit is contained in:
parent
850f666d1d
commit
5ef0c56609
|
@ -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);
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue