From 5115684dc2db716c4f7ce289d76dde724a5dc0d9 Mon Sep 17 00:00:00 2001 From: Wayne Warthen Date: Sun, 22 May 2016 07:59:42 -0700 Subject: [PATCH] Fix Compilation Error in XIO.ASM --- Source/HBIOS/xio.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/HBIOS/xio.asm b/Source/HBIOS/xio.asm index 13fda05d..31a7d986 100644 --- a/Source/HBIOS/xio.asm +++ b/Source/HBIOS/xio.asm @@ -24,7 +24,7 @@ SIO_SCR .EQU UARTIOB + 7 ; SCRATCH REGISTER SIO_DLL .EQU UARTIOB + 0 ; DLAB=1: DIVISOR LATCH (LS) SIO_DLM .EQU UARTIOB + 1 ; DLAB=1: DIVISOR LATCH (MS) ; -XIO_DIV .EQU (UARTOSC / (16 * CONBAUD)) +;XIO_DIV .EQU (UARTOSC / (16 * CONBAUD)) ; #ENDIF