summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2018-02-01 01:04:19 -0500
committer AJR <ajrhacker@users.noreply.github.com>2018-02-01 01:04:25 -0500
commitdd01e6d144f4c39bddd6d1b6a91e735103d7c1c0 (patch)
treef5ed864601b1c1f600c836139d137fcc52d1782d
parent87cc4b5c4b1719c06c9880647e4aec16f88ccc16 (diff)
z80sio.cpp: Fix typo (nw)
-rw-r--r--src/devices/machine/z80sio.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/z80sio.cpp b/src/devices/machine/z80sio.cpp
index 38db1a53e7b..3d706098dff 100644
--- a/src/devices/machine/z80sio.cpp
+++ b/src/devices/machine/z80sio.cpp
@@ -1359,7 +1359,7 @@ uint8_t z80sio_channel::do_sioreg_rr1()
NEC upd7201 MPSC2 Technical Manual: "When the MPSC2 is used in vectored mode, the
contents of this register are placed on the bus during the appropriate portion of
interrupt acknowledge sequence. You can read the value of CR2B at any time.
- This is particularly useful in determining the cause of an interrup when using the
+ This is particularly useful in determining the cause of an interrupt when using the
MPSC2 in Non-vectored mode."
*/
uint8_t z80sio_channel::do_sioreg_rr2()