summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/pv9234.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/pv9234.cpp')
-rw-r--r--src/mame/drivers/pv9234.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/pv9234.cpp b/src/mame/drivers/pv9234.cpp
index 339492d7874..101dd0151cc 100644
--- a/src/mame/drivers/pv9234.cpp
+++ b/src/mame/drivers/pv9234.cpp
@@ -36,8 +36,8 @@ public:
DECLARE_WRITE32_MEMBER(debug1_w);
DECLARE_WRITE32_MEMBER(debug2_w);
required_shared_ptr<UINT32> m_p_ram;
- virtual void machine_reset();
- virtual void video_start();
+ virtual void machine_reset() override;
+ virtual void video_start() override;
UINT32 screen_update_pv9234(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
required_device<cpu_device> m_maincpu;
};