hng64.cpp: fixed regression (nw)

This commit is contained in:
Ivan Vangelista 2017-05-25 00:01:46 +02:00
parent aaaa916058
commit 40dca76f32

View File

@ -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()