diff options
author | 2015-12-05 21:20:22 +0100 | |
---|---|---|
committer | 2015-12-05 21:20:56 +0100 | |
commit | 7ab3a5e0fc0c2e259c4011cdfce9684f2609592a (patch) | |
tree | 4fc55cd2e12f2b99b69bacb1dd0dd7d42bde3711 /src/devices/sound/n63701x.h | |
parent | 1db2b0d6b40ff3635b637f5e854c5fd62a9db169 (diff) |
override part 3 (nw)
Diffstat (limited to 'src/devices/sound/n63701x.h')
-rw-r--r-- | src/devices/sound/n63701x.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/sound/n63701x.h b/src/devices/sound/n63701x.h index 9af9bfc62ab..430406b3078 100644 --- a/src/devices/sound/n63701x.h +++ b/src/devices/sound/n63701x.h @@ -49,10 +49,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(namco_63701x_w); |