From ec13f49f2cc1bf78c1f2921b159a0002e9487560 Mon Sep 17 00:00:00 2001 From: Sterophonick <34801996+Sterophonick@users.noreply.github.com> Date: Sat, 20 Jun 2020 01:37:18 -0700 Subject: gigatron: change resolve to resolve_safe (nw) --- src/devices/cpu/gigatron/gigatron.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/devices/cpu/gigatron/gigatron.cpp b/src/devices/cpu/gigatron/gigatron.cpp index 019631af2c5..f5fcb9dfe04 100644 --- a/src/devices/cpu/gigatron/gigatron.cpp +++ b/src/devices/cpu/gigatron/gigatron.cpp @@ -122,7 +122,7 @@ void gigatron_cpu_device::init() save_item(NAME(m_pc)); m_outx_cb.resolve_safe(); - m_ir_cb.resolve_safe(); + m_ir_cb.resolve(); } void gigatron_cpu_device::branchOp(uint8_t op, uint8_t mode, uint8_t bus, uint8_t d) -- cgit v1.2.3