mirror of
https://github.com/mamedev/mame.git
synced 2024-11-16 07:48:32 +01:00
fixed uninitialized member in src/emu/cpu/mcs96/i8x9x.c (nw)
This commit is contained in:
parent
c8bd6301c9
commit
4430365da5
1 changed files with 1 additions and 0 deletions
|
@ -75,6 +75,7 @@ void i8x9x_device::device_reset()
|
|||
ad_result = 0;
|
||||
ad_done = 0;
|
||||
sp_stat = 0;
|
||||
serial_send_timer = 0;
|
||||
}
|
||||
|
||||
void i8x9x_device::commit_hso_cam()
|
||||
|
|
Loading…
Reference in a new issue