| Previous | 199869 Revisions | Next |
| r31627 Tuesday 12th August, 2014 at 14:33:30 UTC by Osso |
|---|
| Added a pair of save states to the dsp56k core, fixes plygonet regression (nw) |
| [src/emu/cpu/dsp56k] | dsp56k.c |
| r31626 | r31627 | |
|---|---|---|
| 227 | 227 | device->save_item(NAME(cpustate->HI.trxh)); |
| 228 | 228 | device->save_item(NAME(cpustate->HI.trxl)); |
| 229 | 229 | device->save_item(NAME(cpustate->HI.bootstrap_offset)); |
| 230 | ||
| 231 | device->save_item(NAME(cpustate->peripheral_ram)); | |
| 232 | device->save_item(NAME(cpustate->program_ram)); | |
| 230 | 233 | |
| 231 | 234 | //cpustate->config = device->static_config(); |
| 232 | 235 | //cpustate->irq_callback = irqcallback; |
| Previous | 199869 Revisions | Next |