diff options
author | 2018-07-27 22:01:32 +0100 | |
---|---|---|
committer | 2018-07-27 23:31:57 +0100 | |
commit | 20b5f5d0e6f73b9ce6fffa4fc5dbe3f2b83d2a27 (patch) | |
tree | 6b2e65ff16ba891d282a1dd0c226bd4f4d32a5f5 /src/devices/sound/ym2413.h | |
parent | 5460bc0d3d80560992121d9837ddc5f1f434ee07 (diff) |
vgmplay: start all clocks at zero and reset all sound chips on a song change [smf]
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 |