mirror of
https://github.com/holub/mame
synced 2025-04-24 17:30:55 +03:00
Improve psx state saving (nw)
This commit is contained in:
parent
1c4bfd66ec
commit
71348c8bbf
@ -1837,6 +1837,10 @@ void psxcpu_device::device_start()
|
||||
save_item( NAME( m_multiplier_operation ) );
|
||||
save_item( NAME( m_multiplier_operand1 ) );
|
||||
save_item( NAME( m_multiplier_operand2 ) );
|
||||
save_item( NAME( m_exp_base ) );
|
||||
save_item( NAME( m_exp_config ) );
|
||||
save_item( NAME( m_ram_config ) );
|
||||
save_item( NAME( m_rom_config ) );
|
||||
|
||||
state_add( STATE_GENPC, "GENPC", m_pc ).noshow();
|
||||
state_add( STATE_GENPCBASE, "CURPC", m_pc ).noshow();
|
||||
@ -2023,6 +2027,8 @@ void psxcpu_device::device_post_load()
|
||||
update_memory_handlers();
|
||||
update_address_masks();
|
||||
update_scratchpad();
|
||||
update_ram_config();
|
||||
update_rom_config();
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user