summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/pc080sn.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/pc080sn.h')
-rw-r--r--src/mame/video/pc080sn.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/mame/video/pc080sn.h b/src/mame/video/pc080sn.h
index 4c429dc7f9b..39a2ca6794a 100644
--- a/src/mame/video/pc080sn.h
+++ b/src/mame/video/pc080sn.h
@@ -45,11 +45,12 @@ public:
void restore_scroll();
- protected:
+protected:
// device-level overrides
virtual void device_start() override;
+ virtual void device_post_load() override;
- private:
+private:
// internal state
uint16_t m_ctrl[8];