summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/ym2413.h
diff options
context:
space:
mode:
author smf- <smf-@users.noreply.github.com>2018-07-27 22:01:32 +0100
committer smf- <smf-@users.noreply.github.com>2018-07-27 23:31:57 +0100
commit20b5f5d0e6f73b9ce6fffa4fc5dbe3f2b83d2a27 (patch)
tree6b2e65ff16ba891d282a1dd0c226bd4f4d32a5f5 /src/devices/sound/ym2413.h
parent5460bc0d3d80560992121d9837ddc5f1f434ee07 (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.h1
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