summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/amico2k.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/amico2k.cpp')
-rw-r--r--src/mame/drivers/amico2k.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/amico2k.cpp b/src/mame/drivers/amico2k.cpp
index 4a1c9667c51..3d692b34082 100644
--- a/src/mame/drivers/amico2k.cpp
+++ b/src/mame/drivers/amico2k.cpp
@@ -43,7 +43,7 @@ public:
: driver_device(mconfig, type, tag) ,
m_maincpu(*this, "maincpu") { }
- void machine_start();
+ void machine_start() override;
DECLARE_READ8_MEMBER( ppi_pa_r );
DECLARE_WRITE8_MEMBER( ppi_pa_w );