mirror of
https://github.com/cc65/cc65.git
synced 2024-12-23 19:29:37 +00:00
fix import
This commit is contained in:
parent
7767a0e88e
commit
28eba8bff9
@ -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…
Reference in New Issue
Block a user