1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-08 15:29:37 +00:00

fix import

This commit is contained in:
jede 2019-07-06 10:33:39 +02:00 committed by greg-king5
parent 7767a0e88e
commit 28eba8bff9
2 changed files with 2 additions and 1 deletions

View File

@ -35,7 +35,7 @@ gotoxy: jsr popa ; Get Y
sta ADSCRL
lda #>SCREEN
sta ADSCRL+1
sta ADSCRH
ldy SCRY
beq out

View File

@ -2,6 +2,7 @@
; jede jede@oric.org 2017-02-25
;
.export _gotoy
.import CHARCOLOR_CHANGE, BGCOLOR_CHANGE
.import _update_adscr