Blob Blame History Raw
From 28eba8bff9688173257a7c537b3e2533cf1e7012 Mon Sep 17 00:00:00 2001
From: jede <jede@oric.org>
Date: Sat, 6 Jul 2019 10:33:39 +0200
Subject: [PATCH 020/170] fix import

---
 libsrc/telestrat/gotoxy.s | 2 +-
 libsrc/telestrat/gotoy.s  | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/libsrc/telestrat/gotoxy.s b/libsrc/telestrat/gotoxy.s
index a73ab5ff..73e7d272 100644
--- a/libsrc/telestrat/gotoxy.s
+++ b/libsrc/telestrat/gotoxy.s
@@ -35,7 +35,7 @@ gotoxy: jsr     popa            ; Get Y
         sta     ADSCRL
 
         lda     #>SCREEN
-        sta     ADSCRL+1
+        sta     ADSCRH
 
         ldy     SCRY
         beq     out
diff --git a/libsrc/telestrat/gotoy.s b/libsrc/telestrat/gotoy.s
index 99ab3ec6..ee437f00 100644
--- a/libsrc/telestrat/gotoy.s
+++ b/libsrc/telestrat/gotoy.s
@@ -2,6 +2,7 @@
 ; jede jede@oric.org 2017-02-25
 ;
     .export    _gotoy
+    .import    CHARCOLOR_CHANGE, BGCOLOR_CHANGE
 
     .import    _update_adscr
 
-- 
2.26.0