summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/csc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/csc.cpp')
-rw-r--r--src/mame/drivers/csc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/csc.cpp b/src/mame/drivers/csc.cpp
index dcf62474038..50e0ef39c61 100644
--- a/src/mame/drivers/csc.cpp
+++ b/src/mame/drivers/csc.cpp
@@ -33,7 +33,7 @@ public:
required_device<s14001a_device> m_speech;
- virtual void machine_start();
+ virtual void machine_start() override;
UINT16 input_read(int index);
DECLARE_WRITE8_MEMBER( pia0_pa_w );