Fix bgcolor and textcolor must return last color, jmp remove.

This commit is contained in:
jede
2019-07-18 20:48:10 +02:00
committed by greg-king5
parent f9e13abc11
commit 0fe98a7ca8
4 changed files with 9 additions and 9 deletions

View File

@@ -24,8 +24,8 @@ gotoxy: jsr popa ; Get Y
jsr popa
sta SCRX
jmp update_adscr ; Update adress video ram position when SCRY is modified
; Update adress video ram position when SCRY is modified (update_adscr)
; Fall through
.endproc
.proc update_adscr
@@ -48,7 +48,7 @@ gotoxy: jsr popa ; Get Y
loop:
lda ADSCRL
clc
adc #$28
adc #SCREEN_XSIZE
bcc skip
inc ADSCRH
skip: