Skip to content

Commit 6592a07

Browse files
committed
SZ80 to 19200 Baud as Default
John is moving the S100 Monitor from 38400 baud to 19200 baud. This change is to stay in sync.
1 parent ad2d3f3 commit 6592a07

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Source/HBIOS/Config/SZ80_std.asm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
; TO USE ".EQU" BECAUSE IT WON'T LET YOU REDEFINE A SETTING WITH ".EQU".
4444
;
4545
#DEFINE AUTO_CMD "" ; AUTO CMD WHEN BOOT_TIMEOUT IS ENABLED
46-
#DEFINE DEFSERCFG SER_38400_8N1 | SER_RTS ; DEFAULT SERIAL CONFIGURATION
46+
#DEFINE DEFSERCFG SER_19200_8N1 | SER_RTS ; DEFAULT SERIAL CONFIGURATION
4747
;
4848
#INCLUDE "cfg_SZ80.asm"
4949
;

0 commit comments

Comments
 (0)