mirror of
https://github.com/holub/mame
synced 2025-04-23 08:49:55 +03:00
machine/n64.cpp: initialized variable that caused problems in devnoclear debug builds (nw)
This commit is contained in:
parent
946a7f4d5e
commit
c0c6f030af
@ -158,6 +158,7 @@ void n64_periphs::device_reset()
|
||||
vi_vburst = 0;
|
||||
vi_xscale = 0;
|
||||
vi_yscale = 0;
|
||||
field = 0;
|
||||
|
||||
ai_timer->adjust(attotime::never);
|
||||
memset(ai_fifo, 0, sizeof(ai_fifo));
|
||||
|
Loading…
Reference in New Issue
Block a user