mirror of
https://github.com/holub/mame
synced 2025-04-26 02:07:14 +03:00
(MESS) fixed uninitialized members in src/mess/machine/cuda.c (nw)
This commit is contained in:
parent
46d8cb5b9b
commit
3c0aadc62d
@ -466,6 +466,8 @@ void cuda_device::device_reset()
|
|||||||
timer_ctrl = 0;
|
timer_ctrl = 0;
|
||||||
timer_counter = 32;
|
timer_counter = 32;
|
||||||
last_adb_time = m_maincpu->total_cycles();
|
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)
|
void cuda_device::device_timer(emu_timer &timer, device_timer_id id, int param, void *ptr)
|
||||||
|
Loading…
Reference in New Issue
Block a user