diff options
Diffstat (limited to 'src/devices/sound/vrender0.cpp')
-rw-r--r-- | src/devices/sound/vrender0.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/devices/sound/vrender0.cpp b/src/devices/sound/vrender0.cpp index fd86b56adea..4178d98859a 100644 --- a/src/devices/sound/vrender0.cpp +++ b/src/devices/sound/vrender0.cpp @@ -139,8 +139,6 @@ vr0sound_device::vr0sound_device(const machine_config &mconfig, const char *tag, void vr0sound_device::device_start() { - m_irq_cb.resolve_safe(); - // Find our direct access space(AS_TEXTURE).cache(m_texcache); space(AS_FRAME).cache(m_fbcache); |