summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/ct486.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/ct486.cpp')
-rw-r--r--src/mame/drivers/ct486.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/ct486.cpp b/src/mame/drivers/ct486.cpp
index b8d89dafdce..1af48cb802d 100644
--- a/src/mame/drivers/ct486.cpp
+++ b/src/mame/drivers/ct486.cpp
@@ -38,7 +38,7 @@ public:
required_device<isa16_device> m_isabus;
required_device<speaker_sound_device> m_speaker;
- virtual void machine_start();
+ virtual void machine_start() override;
DECLARE_READ16_MEMBER( cs4031_ior );
DECLARE_WRITE16_MEMBER( cs4031_iow );