diff options
Diffstat (limited to 'src/devices/sound/sp0250.h')
-rw-r--r-- | src/devices/sound/sp0250.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/sound/sp0250.h b/src/devices/sound/sp0250.h index 846a193cfa2..ab3b11220ff 100644 --- a/src/devices/sound/sp0250.h +++ b/src/devices/sound/sp0250.h @@ -19,10 +19,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; private: // internal state |