summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Sterophonick <34801996+Sterophonick@users.noreply.github.com>2020-06-20 14:47:14 -0700
committer Sterophonick <34801996+Sterophonick@users.noreply.github.com>2020-06-20 14:47:14 -0700
commitebb7d2faec56808ac210f432c9e176c484b4db52 (patch)
tree3dbb7c4caef8c70ffafa2da7a339e82102398e1c
parentec13f49f2cc1bf78c1f2921b159a0002e9487560 (diff)
gigatron: safe resolve (but proper)
(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 f5fcb9dfe04..fa54af7923e 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();
+ m_ir_cb.resolve_safe(0);
}
void gigatron_cpu_device::branchOp(uint8_t op, uint8_t mode, uint8_t bus, uint8_t d)