summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2020-03-22 12:22:26 -0400
committer AJR <ajrhacker@users.noreply.github.com>2020-03-22 12:22:26 -0400
commita9e9bd2803429f7dc9d159dc553f59b413b269a5 (patch)
tree95d2c00ac9d601ba0b7a3954261698080323813b /src/devices
parentd252e90bf3a18700a929c50526a36270b1b5b7ac (diff)
z8s180: Fix segmentation fault due to oversight in last commit (nw)
Diffstat (limited to 'src/devices')
-rw-r--r--src/devices/cpu/z180/z180.cpp2
1 files changed, 2 insertions, 0 deletions
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;