summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/segae.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/segae.cpp')
-rw-r--r--src/mame/drivers/segae.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/segae.cpp b/src/mame/drivers/segae.cpp
index 794d4715bf1..77874a36fe5 100644
--- a/src/mame/drivers/segae.cpp
+++ b/src/mame/drivers/segae.cpp
@@ -304,7 +304,7 @@ GND 8A 8B GND
class systeme_state : public driver_device
{
protected:
- virtual void machine_start();
+ virtual void machine_start() override;
public:
systeme_state(const machine_config &mconfig, device_type type, const char *tag)