From 44de532540e59a1d49dd9f3e95d4dbfc4cafc70b Mon Sep 17 00:00:00 2001 From: hap Date: Thu, 20 Apr 2017 19:48:56 +0200 Subject: ucom4: fix efball old regression (nw) --- src/devices/cpu/ucom4/ucom4.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/devices/cpu/ucom4/ucom4.cpp b/src/devices/cpu/ucom4/ucom4.cpp index bb07aca4b3e..090030e0a1c 100644 --- a/src/devices/cpu/ucom4/ucom4.cpp +++ b/src/devices/cpu/ucom4/ucom4.cpp @@ -214,7 +214,7 @@ void ucom4_cpu_device::device_reset() // clear i/o for (int i = NEC_UCOM4_PORTC; i <= NEC_UCOM4_PORTI; i++) - output_w(i, 0xf); + output_w(i, 0); } -- cgit v1.2.3