diff options
Diffstat (limited to 'src/devices/sound/ym2413.h')
-rw-r--r-- | src/devices/sound/ym2413.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/devices/sound/ym2413.h b/src/devices/sound/ym2413.h index 410ed10fcf9..8f496645ee9 100644 --- a/src/devices/sound/ym2413.h +++ b/src/devices/sound/ym2413.h @@ -19,6 +19,7 @@ public: protected: // device-level overrides virtual void device_start() override; + virtual void device_clock_changed() override; virtual void device_reset() override; // sound stream update overrides |