summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/sn76496.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/sound/sn76496.cpp')
-rw-r--r--src/devices/sound/sn76496.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/devices/sound/sn76496.cpp b/src/devices/sound/sn76496.cpp
index bccb53c27bb..0c08ca0cb2e 100644
--- a/src/devices/sound/sn76496.cpp
+++ b/src/devices/sound/sn76496.cpp
@@ -332,11 +332,6 @@ void sn76496_base_device::write(uint8_t data)
}
}
-WRITE8_MEMBER( sn76496_base_device::write )
-{
- write(data);
-}
-
inline bool sn76496_base_device::in_noise_mode()
{
return ((m_register[6] & 4)!=0);