summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/cdp1863.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/sound/cdp1863.cpp')
-rw-r--r--src/devices/sound/cdp1863.cpp20
1 files changed, 0 insertions, 20 deletions
diff --git a/src/devices/sound/cdp1863.cpp b/src/devices/sound/cdp1863.cpp
index d2ea2e83c09..6551e8bd983 100644
--- a/src/devices/sound/cdp1863.cpp
+++ b/src/devices/sound/cdp1863.cpp
@@ -138,26 +138,6 @@ void cdp1863_device::sound_stream_update(sound_stream &stream, stream_sample_t *
//-------------------------------------------------
-// str_w - latch write
-//-------------------------------------------------
-
-WRITE8_MEMBER( cdp1863_device::str_w )
-{
- m_latch = data;
-}
-
-
-//-------------------------------------------------
-// str_w - latch write
-//-------------------------------------------------
-
-void cdp1863_device::str_w(uint8_t data)
-{
- m_latch = data;
-}
-
-
-//-------------------------------------------------
// oe_w - output enable write
//-------------------------------------------------