From a9e9bd2803429f7dc9d159dc553f59b413b269a5 Mon Sep 17 00:00:00 2001 From: AJR Date: Sun, 22 Mar 2020 12:22:26 -0400 Subject: z8s180: Fix segmentation fault due to oversight in last commit (nw) --- src/devices/cpu/z180/z180.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/devices/cpu/z180/z180.cpp b/src/devices/cpu/z180/z180.cpp index 824f24be6c9..48956d8f283 100644 --- a/src/devices/cpu/z180/z180.cpp +++ b/src/devices/cpu/z180/z180.cpp @@ -1938,6 +1938,8 @@ void z180_device::device_reset() void z8s180_device::device_reset() { + z180_device::device_reset(); + m_asci_ext[0] = 0x00; m_asci_ext[1] = 0x00; m_cmr = 0x00; -- cgit v1.2.3