We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad2d3f3 commit 6592a07Copy full SHA for 6592a07
1 file changed
Source/HBIOS/Config/SZ80_std.asm
@@ -43,7 +43,7 @@
43
; TO USE ".EQU" BECAUSE IT WON'T LET YOU REDEFINE A SETTING WITH ".EQU".
44
;
45
#DEFINE AUTO_CMD "" ; AUTO CMD WHEN BOOT_TIMEOUT IS ENABLED
46
-#DEFINE DEFSERCFG SER_38400_8N1 | SER_RTS ; DEFAULT SERIAL CONFIGURATION
+#DEFINE DEFSERCFG SER_19200_8N1 | SER_RTS ; DEFAULT SERIAL CONFIGURATION
47
48
#INCLUDE "cfg_SZ80.asm"
49
0 commit comments