mirror of
https://github.com/holub/mame
synced 2025-04-20 15:32:45 +03:00
Added a pair of save states to the dsp56k core, fixes plygonet regression (nw)
This commit is contained in:
parent
654218fd8b
commit
52fddd5352
@ -227,6 +227,9 @@ static CPU_INIT( dsp56k )
|
||||
device->save_item(NAME(cpustate->HI.trxh));
|
||||
device->save_item(NAME(cpustate->HI.trxl));
|
||||
device->save_item(NAME(cpustate->HI.bootstrap_offset));
|
||||
|
||||
device->save_item(NAME(cpustate->peripheral_ram));
|
||||
device->save_item(NAME(cpustate->program_ram));
|
||||
|
||||
//cpustate->config = device->static_config();
|
||||
//cpustate->irq_callback = irqcallback;
|
||||
|
Loading…
Reference in New Issue
Block a user