summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/tms5220.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/sound/tms5220.h')
-rw-r--r--src/devices/sound/tms5220.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/devices/sound/tms5220.h b/src/devices/sound/tms5220.h
index 96f5dc9b738..9f3c93eef75 100644
--- a/src/devices/sound/tms5220.h
+++ b/src/devices/sound/tms5220.h
@@ -87,9 +87,7 @@ public:
READ_LINE_MEMBER( readyq_r );
READ_LINE_MEMBER( intq_r );
- double time_to_ready();
-
- void set_frequency(int frequency);
+ attotime time_to_ready();
protected:
tms5220_device(const machine_config &mconfig, device_type type, const char *tag, device_t *owner, uint32_t clock, int variant);
@@ -97,6 +95,7 @@ protected:
// device-level overrides
virtual void device_start() 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;
@@ -248,7 +247,6 @@ private:
uint8_t m_write_latch;
sound_stream *m_stream;
- int m_clock;
emu_timer *m_timer_io_ready;
/* callbacks */