From 6592a0797f654a10626522b695f8b9ba76cd4184 Mon Sep 17 00:00:00 2001 From: Wayne Warthen Date: Sat, 1 Nov 2025 17:03:46 -0700 Subject: [PATCH] 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. --- Source/HBIOS/Config/SZ80_std.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/HBIOS/Config/SZ80_std.asm b/Source/HBIOS/Config/SZ80_std.asm index b63a447d..5aa865a3 100644 --- a/Source/HBIOS/Config/SZ80_std.asm +++ b/Source/HBIOS/Config/SZ80_std.asm @@ -43,7 +43,7 @@ ; TO USE ".EQU" BECAUSE IT WON'T LET YOU REDEFINE A SETTING WITH ".EQU". ; #DEFINE AUTO_CMD "" ; AUTO CMD WHEN BOOT_TIMEOUT IS ENABLED -#DEFINE DEFSERCFG SER_38400_8N1 | SER_RTS ; DEFAULT SERIAL CONFIGURATION +#DEFINE DEFSERCFG SER_19200_8N1 | SER_RTS ; DEFAULT SERIAL CONFIGURATION ; #INCLUDE "cfg_SZ80.asm" ;