fix(serial): INITUART now loads FCR values properly

This commit is contained in:
2025-09-13 16:00:35 -05:00
parent 97ff749e8b
commit dc3ab70258

View File

@@ -28,7 +28,7 @@ INITUART
stb UART_DLL ; Write divisor LSB
puls b
stb UART_LCR ; Write LCR
lda UARTF_FCR_FE|UARTF_FCR_RFR|UARTF_FCR_XFR ; FIFO disable and clear
lda #(UARTF_FCR_FE|UARTF_FCR_RFR|UARTF_FCR_XFR) ; FIFO disable and clear
sta UART_FCR
lda #0
sta UART_IER ; Polled mode