mirror of
https://github.com/holub/mame
synced 2025-07-01 00:09:18 +03:00
cs4031: save emulated A20 state
This commit is contained in:
parent
0376bd2936
commit
7ab70b010d
@ -250,6 +250,7 @@ void cs4031_device::device_start()
|
||||
save_item(NAME(m_kbrst));
|
||||
save_item(NAME(m_ext_gatea20));
|
||||
save_item(NAME(m_fast_gatea20));
|
||||
save_item(NAME(m_emu_gatea20));
|
||||
save_item(NAME(m_address));
|
||||
save_item(NAME(m_address_valid));
|
||||
save_item(NAME(m_registers));
|
||||
|
Loading…
Reference in New Issue
Block a user