mirror of
https://github.com/holub/mame
synced 2025-04-22 08:22:15 +03:00
(MESS) abc80: State saving. (nw)
This commit is contained in:
parent
041950ed36
commit
5f72cb409c
@ -476,6 +476,9 @@ void abc80_state::machine_start()
|
||||
save_item(NAME(m_key_data));
|
||||
save_item(NAME(m_key_strobe));
|
||||
save_item(NAME(m_pio_astb));
|
||||
save_item(NAME(m_latch));
|
||||
save_item(NAME(m_blink));
|
||||
save_item(NAME(m_motor));
|
||||
save_item(NAME(m_tape_in));
|
||||
save_item(NAME(m_tape_in_latch));
|
||||
}
|
||||
|
@ -179,10 +179,6 @@ void abc80_state::video_start()
|
||||
|
||||
// allocate memory
|
||||
m_video_ram.allocate(0x400);
|
||||
|
||||
// register for state saving
|
||||
save_item(NAME(m_blink));
|
||||
save_item(NAME(m_latch));
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user