From 2546c6ba1c985d3280c4f9539af3080ec2233b1e Mon Sep 17 00:00:00 2001 From: Greg King Date: Sat, 28 Sep 2019 01:38:16 -0400 Subject: [PATCH] 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 8059f04d9..f240b1e52 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