diff options
author | 2016-09-27 18:02:46 -0400 | |
---|---|---|
committer | 2016-09-27 18:02:46 -0400 | |
commit | 7f1bb873d19bc81907e800b2ab6ed00e82a79f28 (patch) | |
tree | 3692225de7c985b5d34eaf2a9329322e1785c466 /src/devices/cpu/z180/z180.cpp | |
parent | 98eab769704caaae57caf7e42b3d63187e879ad2 (diff) |
Revert "change cpu cores pcbase handling to be consistent with the majority of cpu cores, now that the debugger relies on it. (nw)"
This reverts commit 2a6cbb70c4a8b2cdd6dbf6488cee92bd60fcc55e.
Diffstat (limited to 'src/devices/cpu/z180/z180.cpp')
-rw-r--r-- | src/devices/cpu/z180/z180.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/devices/cpu/z180/z180.cpp b/src/devices/cpu/z180/z180.cpp index 26fee676f7e..c904ea33eec 100644 --- a/src/devices/cpu/z180/z180.cpp +++ b/src/devices/cpu/z180/z180.cpp @@ -2346,6 +2346,7 @@ void z180_device::execute_run() if (m_nmi_pending) { LOG(("Z180 '%s' take NMI\n", tag())); + _PPC = -1; /* there isn't a valid previous program counter */ LEAVE_HALT(); /* Check if processor was halted */ /* disable DMA transfers!! */ |