Previous 199869 Revisions Next

r34052 Wednesday 24th December, 2014 at 12:52:32 UTC by Osso
video/apple2gs.c: added a pair of missing save states, fixes apple2gs save state problem (nw)
[src/mess/video]apple2gs.c

trunk/src/mess/video/apple2gs.c
r242563r242564
2020   m_legacy_gfx = auto_bitmap_ind16_alloc(machine(), 560, 192);
2121
2222   state_save_register_item(machine(), "BORDERCLR", NULL, 0, m_bordercolor);
23   save_item(NAME(m_fgcolor));
24   save_item(NAME(m_bgcolor));
2325}
2426
2527


Previous 199869 Revisions Next


© 1997-2024 The MAME Team