mirror of
https://github.com/holub/mame
synced 2025-10-05 08:41:31 +03:00
video/apple2gs.c: added a pair of missing save states, fixes apple2gs save state problem (nw)
This commit is contained in:
parent
03ffe9862f
commit
f4fb1907e7
@ -20,6 +20,8 @@ VIDEO_START_MEMBER(apple2gs_state,apple2gs)
|
||||
m_legacy_gfx = auto_bitmap_ind16_alloc(machine(), 560, 192);
|
||||
|
||||
state_save_register_item(machine(), "BORDERCLR", NULL, 0, m_bordercolor);
|
||||
save_item(NAME(m_fgcolor));
|
||||
save_item(NAME(m_bgcolor));
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user