mirror of
https://github.com/holub/mame
synced 2025-04-23 00:39:36 +03:00
tms57002: clear some forgotten registers
This commit is contained in:
parent
4832a94494
commit
e107ddf142
@ -83,6 +83,9 @@ void tms57002_device::device_reset()
|
||||
id = 0;
|
||||
ba0 = 0;
|
||||
ba1 = 0;
|
||||
sa = 0;
|
||||
rptc = 0;
|
||||
rptc_next = 0;
|
||||
update_counter_tail = 0;
|
||||
update_counter_head = 0;
|
||||
st0 &= ~(ST0_INCS | ST0_DIRI | ST0_FI | ST0_SIM | ST0_PLRI |
|
||||
|
Loading…
Reference in New Issue
Block a user