summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/k005289.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/sound/k005289.h')
-rw-r--r--src/devices/sound/k005289.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/sound/k005289.h b/src/devices/sound/k005289.h
index 8bee1534390..9112ca5458f 100644
--- a/src/devices/sound/k005289.h
+++ b/src/devices/sound/k005289.h
@@ -27,10 +27,10 @@ public:
protected:
// device-level overrides
- virtual void device_start();
+ virtual void device_start() override;
// sound stream update overrides
- virtual void sound_stream_update(sound_stream &stream, stream_sample_t **inputs, stream_sample_t **outputs, int samples);
+ virtual void sound_stream_update(sound_stream &stream, stream_sample_t **inputs, stream_sample_t **outputs, int samples) override;
public:
DECLARE_WRITE8_MEMBER( k005289_control_A_w );