mirror of
https://github.com/holub/mame
synced 2025-05-30 01:23:07 +03:00
ucom4: fix efball old regression (nw)
This commit is contained in:
parent
ce62497501
commit
44de532540
@ -214,7 +214,7 @@ void ucom4_cpu_device::device_reset()
|
|||||||
|
|
||||||
// clear i/o
|
// clear i/o
|
||||||
for (int i = NEC_UCOM4_PORTC; i <= NEC_UCOM4_PORTI; i++)
|
for (int i = NEC_UCOM4_PORTC; i <= NEC_UCOM4_PORTI; i++)
|
||||||
output_w(i, 0xf);
|
output_w(i, 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user