summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/mos7360.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/sound/mos7360.cpp')
-rw-r--r--src/devices/sound/mos7360.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/devices/sound/mos7360.cpp b/src/devices/sound/mos7360.cpp
index db59db39d03..f1ced2e6a9e 100644
--- a/src/devices/sound/mos7360.cpp
+++ b/src/devices/sound/mos7360.cpp
@@ -279,10 +279,6 @@ mos7360_device::mos7360_device(const machine_config &mconfig, const char *tag, d
void mos7360_device::device_start()
{
- // get the CPU device
- m_cpu = machine().device<cpu_device>(m_cpu_tag);
- assert(m_cpu != nullptr);
-
// resolve callbacks
m_write_irq.resolve_safe();
m_read_k.resolve_safe(0xff);