summaryrefslogtreecommitdiffstats
path: root/src/mame/drivers/stratos.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/stratos.cpp')
-rw-r--r--src/mame/drivers/stratos.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/stratos.cpp b/src/mame/drivers/stratos.cpp
index 733f62b979f..8ace206949c 100644
--- a/src/mame/drivers/stratos.cpp
+++ b/src/mame/drivers/stratos.cpp
@@ -47,7 +47,7 @@ public:
void show_leds();
UINT32 screen_update(screen_device &screen, bitmap_rgb32 &bitmap, const rectangle &cliprect);
- void machine_reset();
+ virtual void machine_reset() override;
};
DRIVER_INIT_MEMBER( stratos_state, stratos )