Added a pair of save states to the dsp56k core, fixes plygonet regression (nw)

This commit is contained in:
Ivan Vangelista 2014-08-12 14:33:30 +00:00
parent 654218fd8b
commit 52fddd5352

View File

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