From 7d103500874e9e077a33c0209514d09d4056c0ee Mon Sep 17 00:00:00 2001 From: AJR Date: Sun, 28 Apr 2019 14:52:44 -0400 Subject: [PATCH] m24: Minor error in documentation (emulation was right) (nw) --- src/mame/drivers/m24.cpp | 4 ++-- 1 file 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)