fixed uninitialized member in src/emu/cpu/mcs96/i8x9x.c (nw)

This commit is contained in:
Oliver Stöneberg 2013-02-20 18:58:35 +00:00
parent c8bd6301c9
commit 4430365da5

View file

@ -75,6 +75,7 @@ void i8x9x_device::device_reset()
ad_result = 0; ad_result = 0;
ad_done = 0; ad_done = 0;
sp_stat = 0; sp_stat = 0;
serial_send_timer = 0;
} }
void i8x9x_device::commit_hso_cam() void i8x9x_device::commit_hso_cam()