summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/hng64.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/hng64.c')
-rw-r--r--src/mame/drivers/hng64.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/hng64.c b/src/mame/drivers/hng64.c
index 35cb805c3a4..168661ffafc 100644
--- a/src/mame/drivers/hng64.c
+++ b/src/mame/drivers/hng64.c
@@ -1806,7 +1806,7 @@ void hng64_state::machine_reset()
KL5C80_virtual_mem_sync(this);
- address_space &space = *machine().device<z80_device>("comm")->space(AS_PROGRAM);
+ address_space &space = machine().device<z80_device>("comm")->space(AS_PROGRAM);
space.set_direct_update_handler(direct_update_delegate(FUNC(hng64_state::KL5C80_direct_handler), this));
machine().device("comm")->execute().set_input_line(INPUT_LINE_RESET, PULSE_LINE); // reset the CPU and let 'er rip