summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/n8080.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/n8080.h')
-rw-r--r--src/mame/includes/n8080.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/n8080.h b/src/mame/includes/n8080.h
index fb54e162d55..9e5926ced41 100644
--- a/src/mame/includes/n8080.h
+++ b/src/mame/includes/n8080.h
@@ -75,7 +75,7 @@ public:
DECLARE_WRITE8_MEMBER(helifire_sound_ctrl_w);
DECLARE_WRITE_LINE_MEMBER(n8080_inte_callback);
DECLARE_WRITE8_MEMBER(n8080_status_callback);
- virtual void machine_start();
+ virtual void machine_start() override;
DECLARE_MACHINE_RESET(spacefev);
DECLARE_VIDEO_START(spacefev);
DECLARE_PALETTE_INIT(n8080);