mirror of
https://github.com/holub/mame
synced 2025-10-07 17:27:06 +03:00
Fix for duplicate save_item error (nw)
This commit is contained in:
parent
64acd4d5fc
commit
161d090440
@ -476,7 +476,6 @@ void microtan_state::machine_start()
|
|||||||
{
|
{
|
||||||
m_led.resolve();
|
m_led.resolve();
|
||||||
|
|
||||||
save_item(NAME(m_chunky_graphics));
|
|
||||||
save_item(NAME(m_keypad_column));
|
save_item(NAME(m_keypad_column));
|
||||||
save_item(NAME(m_keyboard_ascii));
|
save_item(NAME(m_keyboard_ascii));
|
||||||
save_item(NAME(m_keyrows));
|
save_item(NAME(m_keyrows));
|
||||||
|
Loading…
Reference in New Issue
Block a user