mirror of
https://github.com/holub/mame
synced 2025-04-22 16:31:49 +03:00
Naomi/Dreamcast save_pointer needs units, not bytes. No longer crashes when saving state. [smf]
This commit is contained in:
parent
60c5682899
commit
f6d163478f
@ -655,7 +655,7 @@ void dc_state::machine_start()
|
||||
// save states
|
||||
save_pointer(NAME(dc_sysctrl_regs), 0x200/4);
|
||||
save_pointer(NAME(g2bus_regs), 0x100/4);
|
||||
save_pointer(NAME(dc_sound_ram.target()),dc_sound_ram.bytes());
|
||||
save_pointer(NAME(dc_sound_ram.target()),dc_sound_ram.bytes()/4);
|
||||
SAVE_G2DMA(0)
|
||||
SAVE_G2DMA(1)
|
||||
SAVE_G2DMA(2)
|
||||
|
Loading…
Reference in New Issue
Block a user