summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Sterophonick <34801996+Sterophonick@users.noreply.github.com>2020-06-20 01:37:18 -0700
committer Sterophonick <34801996+Sterophonick@users.noreply.github.com>2020-06-20 01:37:18 -0700
commitec13f49f2cc1bf78c1f2921b159a0002e9487560 (patch)
tree70227cd061d3c55000d2afed3dc54349f4444698
parentddb36c513857cf5d5b112d9287384ce854367490 (diff)
gigatron: change resolve to resolve_safe
(nw)
-rw-r--r--src/devices/cpu/gigatron/gigatron.cpp2
1 files changed, 1 insertions, 1 deletions
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)