diff options
author | 2016-04-16 16:37:31 -0400 | |
---|---|---|
committer | 2016-04-16 16:37:31 -0400 | |
commit | 7ffbd45c6c418063e270d659556b952834d713da (patch) | |
tree | e36941410bae73ead14e17791c3f3663f1ea70f0 /src/devices/cpu/z80/z80daisy.h | |
parent | 8c8aca795ec3090271a0ac0d2a6197fb33a33303 (diff) |
Critical fixes (nw)
- Prevent tmpz84c015_device::irq_priority_w from crashing or corrupting the daisy chain
- Eliminate the need for TMPZ84C015_DAISY_INTERNAL by not overwriting elements in the daisy list
- Removed leftover MCFG_SEGAZ80_SET_DECRYPTED_TAG from macros in system1.cpp, which lets all drivers validate without crashing
Diffstat (limited to 'src/devices/cpu/z80/z80daisy.h')
-rw-r--r-- | src/devices/cpu/z80/z80daisy.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/devices/cpu/z80/z80daisy.h b/src/devices/cpu/z80/z80daisy.h index 9248c31c6da..11d17dc36eb 100644 --- a/src/devices/cpu/z80/z80daisy.h +++ b/src/devices/cpu/z80/z80daisy.h @@ -85,6 +85,7 @@ public: // getters bool daisy_chain_present() const { return (m_chain != nullptr); } + std::string daisy_show_chain() const; protected: // interface-level overrides |