summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/igs_m027.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/igs_m027.cpp')
-rw-r--r--src/mame/drivers/igs_m027.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/igs_m027.cpp b/src/mame/drivers/igs_m027.cpp
index 306aabac8bc..48d85476b15 100644
--- a/src/mame/drivers/igs_m027.cpp
+++ b/src/mame/drivers/igs_m027.cpp
@@ -58,7 +58,7 @@ public:
DECLARE_DRIVER_INIT(amazonia);
DECLARE_DRIVER_INIT(amazoni2);
- virtual void video_start();
+ virtual void video_start() override;
UINT32 screen_update_igs_majhong(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
INTERRUPT_GEN_MEMBER(igs_majhong_interrupt);