diff --git a/src/main/java/com/loomcom/symon/devices/Acia6551.java b/src/main/java/com/loomcom/symon/devices/Acia6551.java index 0519f61..8977103 100644 --- a/src/main/java/com/loomcom/symon/devices/Acia6551.java +++ b/src/main/java/com/loomcom/symon/devices/Acia6551.java @@ -116,7 +116,7 @@ public class Acia6551 extends Acia { if (data == 0) { reset(); } else { - // Mask the lower three bits to get the baud rate. + // Mask the lower four bits to get the baud rate. int baudSelector = data & 0x0f; switch (baudSelector) { case 0: