video/apple2gs.c: added a pair of missing save states, fixes apple2gs save state problem (nw)

This commit is contained in:
Osso 2014-12-24 13:52:32 +01:00
parent 03ffe9862f
commit f4fb1907e7

View File

@ -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));
}