From 06c98952fcd153d5ae4ac22477e8a51006481ee9 Mon Sep 17 00:00:00 2001 From: Stefan Date: Tue, 19 Nov 2019 19:21:00 +0100 Subject: [PATCH 119/170] Update conio.s --- libsrc/c16/conio.s | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/libsrc/c16/conio.s b/libsrc/c16/conio.s index feca30c6..3ab372a2 100644 --- a/libsrc/c16/conio.s +++ b/libsrc/c16/conio.s @@ -1,10 +1 @@ -; -; Ullrich von Bassewitz, 06.08.1998 -; -; Low level stuff for screen output/console input -; - - .exportzp CURS_X, CURS_Y - - .include "plus4.inc" - +.include "../plus4/conio.s" -- 2.26.0