summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/gb.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/sound/gb.h')
-rw-r--r--src/devices/sound/gb.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/devices/sound/gb.h b/src/devices/sound/gb.h
index f4139d0b1a6..e559f5c7301 100644
--- a/src/devices/sound/gb.h
+++ b/src/devices/sound/gb.h
@@ -21,6 +21,7 @@ protected:
// device-level overrides
virtual void device_start() override;
+ virtual void device_clock_changed() override;
virtual void device_reset() override;
// sound stream update overrides