mirror of
https://github.com/holub/mame
synced 2025-05-18 19:49:35 +03:00
Fixed 03830: All sets in harddriv.c: Message: Duplicate save state registration entry (DSP32C/dsp32/0/cpustate->pin)
This commit is contained in:
parent
87b8c8a6ab
commit
b26dcde9d3
@ -321,8 +321,8 @@ static void dsp32_register_save( running_device *device )
|
||||
state_save_register_device_item(device, 0, cpustate->ivtp);
|
||||
state_save_register_device_item(device, 0, cpustate->nzcflags);
|
||||
state_save_register_device_item(device, 0, cpustate->vflags);
|
||||
state_save_register_device_item(device, 0, cpustate->pin);
|
||||
state_save_register_device_item(device, 0, cpustate->pin);
|
||||
// state_save_register_device_item(device, 0, cpustate->pin);
|
||||
// state_save_register_device_item(device, 0, cpustate->pin);
|
||||
state_save_register_device_item_array(device, 0, cpustate->a);
|
||||
state_save_register_device_item(device, 0, cpustate->NZflags);
|
||||
state_save_register_device_item(device, 0, cpustate->VUflags);
|
||||
|
Loading…
Reference in New Issue
Block a user