summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/taitotx.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/taitotx.cpp')
-rw-r--r--src/mame/drivers/taitotx.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/drivers/taitotx.cpp b/src/mame/drivers/taitotx.cpp
index 8f0d40b46cf..1e45b8e9422 100644
--- a/src/mame/drivers/taitotx.cpp
+++ b/src/mame/drivers/taitotx.cpp
@@ -129,9 +129,9 @@ public:
required_device<cpu_device> m_maincpu;
- virtual void machine_start();
- virtual void machine_reset();
- virtual void video_start();
+ virtual void machine_start() override;
+ virtual void machine_reset() override;
+ virtual void video_start() override;
UINT32 screen_update_taito_type_x(screen_device &screen, bitmap_rgb32 &bitmap, const rectangle &cliprect);
};