machine/n64.cpp: initialized variable that caused problems in devnoclear debug builds (nw)

This commit is contained in:
Ivan Vangelista 2020-06-15 22:15:38 +02:00
parent 946a7f4d5e
commit c0c6f030af

View File

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