diff options
author | 2017-10-22 12:34:30 +1100 | |
---|---|---|
committer | 2017-10-22 12:34:30 +1100 | |
commit | 4c29419cab5f44db1d52e5f28cef42450406be2a (patch) | |
tree | 33939159a0d389f16e0e8f58a1acc86f7d44f263 /src/devices/machine/z80sio.cpp | |
parent | b39e7a994136b459905388496a94beff2f3810bd (diff) |
srcclean (nw)
Diffstat (limited to 'src/devices/machine/z80sio.cpp')
-rw-r--r-- | src/devices/machine/z80sio.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/z80sio.cpp b/src/devices/machine/z80sio.cpp index ff8b0f18b84..a18be27d9c0 100644 --- a/src/devices/machine/z80sio.cpp +++ b/src/devices/machine/z80sio.cpp @@ -263,7 +263,7 @@ int z80sio_device::z80daisy_irq_ack() break; } } - // Did we not find a vector? Get the notion of a default vector from the CPU implementation + // Did we not find a vector? Get the notion of a default vector from the CPU implementation if (ret == -1 && m_cputag != nullptr) { // default irq vector is -1 for 68000 but 0 for z80 for example... |