mirror of
https://github.com/holub/mame
synced 2025-04-22 16:31:49 +03:00
hng64.cpp: fixed regression (nw)
This commit is contained in:
parent
aaaa916058
commit
40dca76f32
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user