diff options
| author | 2017-04-20 13:53:32 -0400 | |
|---|---|---|
| committer | 2017-04-20 13:53:32 -0400 | |
| commit | bc2f1ec4ed0f456ab652eebd379a0ecd57136857 (patch) | |
| tree | 96a9219b70c6d181c70df9b4017842769f357d2c /src | |
| parent | 48eb8248ab5f75396463c33aada77d24cab9b01c (diff) | |
| parent | 44de532540e59a1d49dd9f3e95d4dbfc4cafc70b (diff) | |
Merge branch 'master' of https://github.com/mamedev/mame
Diffstat (limited to 'src')
| -rw-r--r-- | src/devices/cpu/ucom4/ucom4.cpp | 2 |
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); } |
