Browse Source

Fix Compilation Error in XIO.ASM

patch
Wayne Warthen 10 years ago
parent
commit
5115684dc2
  1. 2
      Source/HBIOS/xio.asm

2
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

Loading…
Cancel
Save