Fix uploader implementation to reset IRQ bit for timer 4 (serial) interrupt

This commit is contained in:
Alex Thissen 2024-01-18 17:37:09 +01:00
parent 166a4b25f7
commit d906748691
1 changed files with 3 additions and 1 deletions

View File

@ -33,7 +33,7 @@ loop1:
cont1:
jsr read_byte
sta (load_ptr2),y
sta PALETTE ; feedback ;-)
sta PALETTE + 1 ; feedback ;-)
iny
bne loop1
inc load_ptr2+1
@ -69,6 +69,8 @@ again:
; last action : clear interrupt
;
exit:
lda #$10
sta INTRST
clc
rts