diff options
Diffstat (limited to 'src/devices/machine/2812fifo.cpp')
-rw-r--r-- | src/devices/machine/2812fifo.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/devices/machine/2812fifo.cpp b/src/devices/machine/2812fifo.cpp index 5944508b94e..ea2bb69a31a 100644 --- a/src/devices/machine/2812fifo.cpp +++ b/src/devices/machine/2812fifo.cpp @@ -191,11 +191,6 @@ void fifo2812_device::write(u8 data) void fifo2812_device::device_resolve_objects() { - m_q_cb.resolve_safe(); - m_ir_cb.resolve_safe(); - m_or_cb.resolve_safe(); - m_flag_cb.resolve_safe(); - m_d = 0U; m_mr = 1U; m_pl = 0U; |