summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2019-04-28 14:52:44 -0400
committer AJR <ajrhacker@users.noreply.github.com>2019-04-28 14:52:44 -0400
commit7d103500874e9e077a33c0209514d09d4056c0ee (patch)
treea7aae9dd7316c6f41e1351f0d6211b230641a682
parent9694ec54c90b4b73f53f9b94a1080bdaedc8406e (diff)
m24: Minor error in documentation (emulation was right) (nw)
-rw-r--r--src/mame/drivers/m24.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/m24.cpp b/src/mame/drivers/m24.cpp
index d03e3dadd31..9d0060d4a88 100644
--- a/src/mame/drivers/m24.cpp
+++ b/src/mame/drivers/m24.cpp
@@ -334,8 +334,8 @@ u8 m24_state::ctrlport_b_r()
// Bit 1 = SW4 (8087 present)
// Bit 2 = ~RI1
// Bit 3 = ~DSR1
- // Bit 4 = OUT2 (8253)
- // Bit 5 = SPKR
+ // Bit 4 = SPKR
+ // Bit 5 = OUT2 (8253)
// Bit 6 = IOCHK
// Bit 7 = MBMERR (MRD parity check)