diff options
Diffstat (limited to 'src/devices/sound/lmc1992.h')
-rw-r--r-- | src/devices/sound/lmc1992.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/sound/lmc1992.h b/src/devices/sound/lmc1992.h index 0f76e38544e..198b8e46dd3 100644 --- a/src/devices/sound/lmc1992.h +++ b/src/devices/sound/lmc1992.h @@ -79,10 +79,10 @@ public: protected: // device-level overrides - virtual void device_start(); + virtual void device_start() override; // internal callbacks - 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: inline void execute_command(int addr, int data); |