fix import
This commit is contained in:
parent
7767a0e88e
commit
28eba8bff9
2 changed files with 2 additions and 1 deletions
|
@ -35,7 +35,7 @@ gotoxy: jsr popa ; Get Y
|
|||
sta ADSCRL
|
||||
|
||||
lda #>SCREEN
|
||||
sta ADSCRL+1
|
||||
sta ADSCRH
|
||||
|
||||
ldy SCRY
|
||||
beq out
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
; jede jede@oric.org 2017-02-25
|
||||
;
|
||||
.export _gotoy
|
||||
.import CHARCOLOR_CHANGE, BGCOLOR_CHANGE
|
||||
|
||||
.import _update_adscr
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue