summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/i7000.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/i7000.cpp')
-rw-r--r--src/mame/drivers/i7000.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/i7000.cpp b/src/mame/drivers/i7000.cpp
index 709ab286f2b..378c585cf64 100644
--- a/src/mame/drivers/i7000.cpp
+++ b/src/mame/drivers/i7000.cpp
@@ -62,8 +62,8 @@ public:
m_videoram(*this, "videoram")
{ }
- void video_start();
- void machine_start();
+ void video_start() override;
+ void machine_start() override;
required_device<cpu_device> m_maincpu;
required_device<generic_slot_device> m_card;