summaryrefslogtreecommitdiffstatshomepage
path: root/src
diff options
context:
space:
mode:
author Scott Stone <tafoid@gmail.com>2017-04-20 13:53:32 -0400
committer Scott Stone <tafoid@gmail.com>2017-04-20 13:53:32 -0400
commitbc2f1ec4ed0f456ab652eebd379a0ecd57136857 (patch)
tree96a9219b70c6d181c70df9b4017842769f357d2c /src
parent48eb8248ab5f75396463c33aada77d24cab9b01c (diff)
parent44de532540e59a1d49dd9f3e95d4dbfc4cafc70b (diff)
Merge branch 'master' of https://github.com/mamedev/mame
Diffstat (limited to 'src')
-rw-r--r--src/devices/cpu/ucom4/ucom4.cpp2
1 files changed, 1 insertions, 1 deletions
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);
}