| 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 |
| r242563 | r242564 | |
|---|---|---|
| 20 | 20 | m_legacy_gfx = auto_bitmap_ind16_alloc(machine(), 560, 192); |
| 21 | 21 | |
| 22 | 22 | state_save_register_item(machine(), "BORDERCLR", NULL, 0, m_bordercolor); |
| 23 | save_item(NAME(m_fgcolor)); | |
| 24 | save_item(NAME(m_bgcolor)); | |
| 23 | 25 | } |
| 24 | 26 | |
| 25 | 27 |
| https://github.com/mamedev/mame/commit/f4fb1907e712b4a71fc78f78005b3c3f91165aa3 |
| Previous | 199869 Revisions | Next |