summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/exzisus.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/exzisus.h')
-rw-r--r--src/mame/includes/exzisus.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/exzisus.h b/src/mame/includes/exzisus.h
index 3d8c00d5ebe..65a74141141 100644
--- a/src/mame/includes/exzisus.h
+++ b/src/mame/includes/exzisus.h
@@ -31,7 +31,7 @@ public:
DECLARE_WRITE8_MEMBER(coincounter_w);
DECLARE_WRITE8_MEMBER(cpub_reset_w);
- virtual void machine_start();
+ virtual void machine_start() override;
UINT32 screen_update(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
};