summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/k052109.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/k052109.cpp')
-rw-r--r--src/mame/video/k052109.cpp10
1 files changed, 9 insertions, 1 deletions
diff --git a/src/mame/video/k052109.cpp b/src/mame/video/k052109.cpp
index 0d4d4dee964..5c403e02031 100644
--- a/src/mame/video/k052109.cpp
+++ b/src/mame/video/k052109.cpp
@@ -252,7 +252,6 @@ void k052109_device::device_start()
save_item(NAME(m_charrombank));
save_item(NAME(m_charrombank_2));
save_item(NAME(m_has_extra_video_ram));
- machine().save().register_postload(save_prepost_delegate(FUNC(k052109_device::tileflip_reset), this));
}
//-------------------------------------------------
@@ -275,6 +274,15 @@ void k052109_device::device_reset()
}
}
+//-------------------------------------------------
+// device_post_load - device-specific postload
+//-------------------------------------------------
+
+void k052109_device::device_post_load()
+{
+ tileflip_reset();
+}
+
/*****************************************************************************
DEVICE HANDLERS
*****************************************************************************/