mirror of
https://github.com/holub/mame
synced 2025-04-22 16:31:49 +03:00
timeplt.cpp: fixed save state regression found during Tafoid's latest round of tests (nw)
This commit is contained in:
parent
3e1ef4c17c
commit
7da8fa7bb8
@ -139,6 +139,9 @@ VIDEO_START_MEMBER(timeplt_state,psurge)
|
||||
VIDEO_START_MEMBER(timeplt_state,chkun)
|
||||
{
|
||||
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);
|
||||
m_video_enable = 0;
|
||||
|
||||
save_item(NAME(m_video_enable));
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user