| Previous | 199869 Revisions | Next |
| r34126 Wednesday 31st December, 2014 at 12:57:19 UTC by Osso |
|---|
| gb_lcd.c: added missing save state, fixes supergb save state problem (nw) |
| [src/mess/video] | gb_lcd.c |
| r242637 | r242638 | |
|---|---|---|
| 215 | 215 | void gb_lcd_device::common_start() |
| 216 | 216 | { |
| 217 | 217 | m_screen->register_screen_bitmap(m_bitmap); |
| 218 | save_item(NAME(m_bitmap)); | |
| 218 | 219 | m_oam = auto_alloc_array_clear(machine(), UINT8, 0x100); |
| 219 | 220 | |
| 220 | 221 | machine().save().register_postload(save_prepost_delegate(FUNC(gb_lcd_device::videoptr_restore), this)); |
| https://github.com/mamedev/mame/commit/be4b811eef04d0086186acb0874d737267a7ddcd |
| Previous | 199869 Revisions | Next |