summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/k054539.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/sound/k054539.h')
-rw-r--r--src/devices/sound/k054539.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/devices/sound/k054539.h b/src/devices/sound/k054539.h
index 6c79ac6d0be..3ee73cbf579 100644
--- a/src/devices/sound/k054539.h
+++ b/src/devices/sound/k054539.h
@@ -1,5 +1,5 @@
// license:BSD-3-Clause
-// copyright-holders:Aaron Giles
+// copyright-holders:Olivier Galibert
/*********************************************************
Konami 054539 PCM Sound Chip
@@ -64,13 +64,14 @@ protected:
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;
// device_sound_interface overrides
virtual void sound_stream_update(sound_stream &stream, std::vector<read_stream_view> const &inputs, std::vector<write_stream_view> &outputs) override;
// device_rom_interface overrides
- virtual void rom_bank_updated() override;
+ virtual void rom_bank_pre_change() override;
+
+ TIMER_CALLBACK_MEMBER(call_timer_handler);
private:
struct channel {