From 40dca76f325f9c19749f7fb6b978f9c934cff23a Mon Sep 17 00:00:00 2001 From: Ivan Vangelista Date: Thu, 25 May 2017 00:01:46 +0200 Subject: hng64.cpp: fixed regression (nw) --- src/mame/drivers/hng64.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/mame/drivers/hng64.cpp b/src/mame/drivers/hng64.cpp index 241faead712..9e7eabf078a 100644 --- a/src/mame/drivers/hng64.cpp +++ b/src/mame/drivers/hng64.cpp @@ -1516,6 +1516,8 @@ void hng64_state::machine_start() { m_videoregs[i] = 0xdeadbeef; } + + m_3dfifo_timer = machine().scheduler().timer_alloc(timer_expired_delegate(FUNC(hng64_state::hng64_3dfifo_processed), this)); } void hng64_state::machine_reset() -- cgit v1.2.3