| Previous | 199869 Revisions | Next |
| r44652 Wednesday 3rd February, 2016 at 22:18:16 UTC by Osso |
|---|
| timeplt.cpp: fixed save state regression found during Tafoid's latest round of tests (nw) |
| [src/mame/video] | timeplt.cpp |
| r253163 | r253164 | |
|---|---|---|
| 139 | 139 | VIDEO_START_MEMBER(timeplt_state,chkun) |
| 140 | 140 | { |
| 141 | 141 | m_bg_tilemap = &machine().tilemap().create(m_gfxdecode, tilemap_get_info_delegate(FUNC(timeplt_state::get_chkun_tile_info),this), TILEMAP_SCAN_ROWS, 8, 8, 32, 32); |
| 142 | m_video_enable = 0; | |
| 143 | ||
| 144 | save_item(NAME(m_video_enable)); | |
| 142 | 145 | } |
| 143 | 146 | |
| 144 | 147 |
| https://github.com/mamedev/mame/commit/7da8fa7bb887715842e41e1e7e5ee3216b7250f7 |
| Previous | 199869 Revisions | Next |