summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/k005289.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/sound/k005289.cpp')
-rw-r--r--src/devices/sound/k005289.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/sound/k005289.cpp b/src/devices/sound/k005289.cpp
index 02903063b85..26d14258406 100644
--- a/src/devices/sound/k005289.cpp
+++ b/src/devices/sound/k005289.cpp
@@ -212,13 +212,13 @@ void k005289_device::control_B_w(uint8_t data)
}
-void k005289_device::ld1_w(offs_t offset)
+void k005289_device::ld1_w(offs_t offset, uint8_t data)
{
m_freq_latch[0] = 0xfff - offset;
}
-void k005289_device::ld2_w(offs_t offset)
+void k005289_device::ld2_w(offs_t offset, uint8_t data)
{
m_freq_latch[1] = 0xfff - offset;
}