diff options
Diffstat (limited to 'src/devices/sound/k007232.cpp')
-rw-r--r-- | src/devices/sound/k007232.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/devices/sound/k007232.cpp b/src/devices/sound/k007232.cpp index 9b4bc9e4b16..125ebc1352e 100644 --- a/src/devices/sound/k007232.cpp +++ b/src/devices/sound/k007232.cpp @@ -70,8 +70,6 @@ void k007232_device::device_start() space(0).cache(m_cache); /* Set up the chips */ - m_port_write_handler.resolve_safe(); - for (int i = 0; i < KDAC_A_PCM_MAX; i++) { m_channel[i].addr = 0; |