diff options
Diffstat (limited to 'src/devices/bus/bbc/analogue/analogue.cpp')
-rw-r--r-- | src/devices/bus/bbc/analogue/analogue.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/devices/bus/bbc/analogue/analogue.cpp b/src/devices/bus/bbc/analogue/analogue.cpp index 6dce6a36e99..a39a01716f0 100644 --- a/src/devices/bus/bbc/analogue/analogue.cpp +++ b/src/devices/bus/bbc/analogue/analogue.cpp @@ -57,9 +57,6 @@ bbc_analogue_slot_device::bbc_analogue_slot_device(const machine_config &mconfig void bbc_analogue_slot_device::device_start() { m_card = get_card_device(); - - // resolve callbacks - m_lpstb_handler.resolve_safe(); } uint8_t bbc_analogue_slot_device::ch_r(int channel) |