summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/z9001.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/z9001.cpp')
-rw-r--r--src/mame/drivers/z9001.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/z9001.cpp b/src/mame/drivers/z9001.cpp
index 3ef04b6520c..8c824b53f87 100644
--- a/src/mame/drivers/z9001.cpp
+++ b/src/mame/drivers/z9001.cpp
@@ -66,9 +66,9 @@ public:
DECLARE_WRITE_LINE_MEMBER(cass_w);
const UINT8 *m_p_chargen;
bool m_cassbit;
- virtual void machine_reset();
+ virtual void machine_reset() override;
//virtual void machine_start();
- virtual void video_start();
+ virtual void video_start() override;
UINT32 screen_update_z9001(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
TIMER_DEVICE_CALLBACK_MEMBER(timer_callback);
};