1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-07 07:29:33 +00:00

Replaced last literal value for SERCTL

This commit is contained in:
Alex Thissen 2024-02-11 15:46:23 +00:00
parent acff429eb8
commit 1deb9e52ae

View File

@ -74,7 +74,7 @@ SER_UNINSTALL:
SER_CLOSE: SER_CLOSE:
; Disable interrupts and stop timer 4 (serial) ; Disable interrupts and stop timer 4 (serial)
lda #$0C ; TXOPEN|RESETERR lda #TXOPEN|RESETERR
sta SERCTL sta SERCTL
lda #$00 ; Disable count and no reload lda #$00 ; Disable count and no reload
sta TIM4CTLA sta TIM4CTLA