mirror of
https://github.com/holub/mame
synced 2025-04-21 16:01:56 +03:00
gigatron: safe resolve (but proper)
(nw)
This commit is contained in:
parent
ec13f49f2c
commit
ebb7d2faec
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user