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 sta ADSCRL
lda #>SCREEN lda #>SCREEN
sta ADSCRL+1 sta ADSCRH
ldy SCRY ldy SCRY
beq out beq out

View File

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