diff options
Diffstat (limited to 'src/devices/sound/k053260.cpp')
-rw-r--r-- | src/devices/sound/k053260.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/devices/sound/k053260.cpp b/src/devices/sound/k053260.cpp index c8d99d18d55..cdae8a4abee 100644 --- a/src/devices/sound/k053260.cpp +++ b/src/devices/sound/k053260.cpp @@ -113,9 +113,6 @@ k053260_device::k053260_device(const machine_config &mconfig, const char *tag, d void k053260_device::device_start() { - m_sh1_cb.resolve_safe(); - m_sh2_cb.resolve_safe(); - m_stream = stream_alloc(0, 2, clock() / CLOCKS_PER_SAMPLE); /* register with the save state system */ |