ucom4: fix efball old regression (nw)

This commit is contained in:
hap 2017-04-20 19:48:56 +02:00
parent ce62497501
commit 44de532540

View File

@ -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);
} }