summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/atarigen.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/atarigen.cpp')
-rw-r--r--src/mame/machine/atarigen.cpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/mame/machine/atarigen.cpp b/src/mame/machine/atarigen.cpp
index e4ec35a73c8..5ca6abf5f0f 100644
--- a/src/mame/machine/atarigen.cpp
+++ b/src/mame/machine/atarigen.cpp
@@ -71,17 +71,6 @@ atari_sound_comm_device::atari_sound_comm_device(const machine_config &mconfig,
//-------------------------------------------------
-// static_set_sound_cpu: Set the tag of the
-// sound CPU
-//-------------------------------------------------
-
-void atari_sound_comm_device::static_set_sound_cpu(device_t &device, const char *cputag)
-{
- downcast<atari_sound_comm_device &>(device).m_sound_cpu_tag = cputag;
-}
-
-
-//-------------------------------------------------
// device_start: Start up the device
//-------------------------------------------------