Blob Blame History Raw
From 2546c6ba1c985d3280c4f9539af3080ec2233b1e Mon Sep 17 00:00:00 2001
From: Greg King <gregdk@users.sf.net>
Date: Sat, 28 Sep 2019 01:38:16 -0400
Subject: [PATCH 041/170] Put the C64 code into cx16/_scrsize.s.

(I forgot that SCREEN is an official jumptable function.
---
 libsrc/cx16/_scrsize.s | 12 ++++--------
 1 file changed, 4 insertions(+), 8 deletions(-)

diff --git a/libsrc/cx16/_scrsize.s b/libsrc/cx16/_scrsize.s
index 8059f04d..f240b1e5 100644
--- a/libsrc/cx16/_scrsize.s
+++ b/libsrc/cx16/_scrsize.s
@@ -1,14 +1,10 @@
 ;
-; 2019-09-16, Greg King
+; Ullrich von Bassewitz, 26.10.2000
 ;
-; Screen size info
+; Screen size variables
 ;
 
         .export         screensize
+        .import         SCREEN
 
-        .include        "cx16.inc"
-
-screensize:
-        ldx     LLEN
-        ldy     NLINES
-        rts
+screensize      := SCREEN
-- 
2.26.0