(MESS) fixed uninitialized members in src/mess/machine/cuda.c (nw)

This commit is contained in:
Oliver Stöneberg 2013-02-22 21:48:32 +00:00
parent 46d8cb5b9b
commit 3c0aadc62d

View File

@ -466,6 +466,8 @@ void cuda_device::device_reset()
timer_ctrl = 0;
timer_counter = 32;
last_adb_time = m_maincpu->total_cycles();
onesec = 0;
last_adb = 0;
}
void cuda_device::device_timer(emu_timer &timer, device_timer_id id, int param, void *ptr)