summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/2612intf.h
diff options
context:
space:
mode:
author therealmogminer@gmail.com <therealmogminer@gmail.com>2016-08-30 17:27:24 +0200
committer therealmogminer@gmail.com <therealmogminer@gmail.com>2016-08-30 17:28:06 +0200
commit3cd120638a9cedfb7ee6141d837ef82b0f780c61 (patch)
tree73a975c69a8d0f25ff6be730a299ff894a5b9137 /src/devices/sound/2612intf.h
parent4d0d5fe1183bd0fbf25f97b17db1e432618b71ab (diff)
Add okim6295 to vgmplay driver, nw
Diffstat (limited to 'src/devices/sound/2612intf.h')
-rw-r--r--src/devices/sound/2612intf.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/devices/sound/2612intf.h b/src/devices/sound/2612intf.h
index 0dc25ac5b25..7a9751ab9d3 100644
--- a/src/devices/sound/2612intf.h
+++ b/src/devices/sound/2612intf.h
@@ -36,6 +36,7 @@ protected:
virtual void device_post_load() override;
virtual void device_stop() override;
virtual void device_reset() override;
+ virtual void device_clock_changed() override;
virtual void device_timer(emu_timer &timer, device_timer_id id, int param, void *ptr) override;
@@ -43,6 +44,8 @@ protected:
virtual void sound_stream_update(sound_stream &stream, stream_sample_t **inputs, stream_sample_t **outputs, int samples) override;
private:
+ void calculate_rates();
+
sound_stream * m_stream;
emu_timer * m_timer[2];
void * m_chip;