summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/k054539.h
diff options
context:
space:
mode:
author smf- <smf-@users.noreply.github.com>2018-07-28 12:54:08 +0100
committer smf- <smf-@users.noreply.github.com>2018-07-28 12:54:08 +0100
commit2612cd60c0e18173b1476413959280214141bf2a (patch)
treebdd0f577ea154a98ed3e2ec81faa10cf448e0bb2 /src/devices/sound/k054539.h
parent982077e1614c82a6328cb96afbc621a607a6d950 (diff)
vgmplay: Fixed K054539 [smf]
Diffstat (limited to 'src/devices/sound/k054539.h')
-rw-r--r--src/devices/sound/k054539.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/devices/sound/k054539.h b/src/devices/sound/k054539.h
index a8a6507963a..0b79173f205 100644
--- a/src/devices/sound/k054539.h
+++ b/src/devices/sound/k054539.h
@@ -67,6 +67,7 @@ public:
protected:
// device-level overrides
virtual void device_start() override;
+ virtual void device_clock_changed() override;
virtual void device_reset() override;
virtual void device_post_load() override;
virtual void device_timer(emu_timer &timer, device_timer_id id, int param, void *ptr) override;