From 2c37e150a96fb285a50cc39f8b3ba0b238bbe69e Mon Sep 17 00:00:00 2001 From: Arne Schmitz Date: Fri, 14 Mar 2025 17:29:29 +0100 Subject: [PATCH] comment --- include/conio.c | 1 + 1 file changed, 1 insertion(+) diff --git a/include/conio.c b/include/conio.c index 406e302..4a6014d 100644 --- a/include/conio.c +++ b/include/conio.c @@ -353,6 +353,7 @@ void textcursor(bool show) void gotoxy(char cx, char cy) { #ifdef __CBMPET__ + /* This is inspired by the cc65 source code from pet/cputc.s */ #define CURS_X $c6 #define CURS_Y $d8 #define SCREEN_PTR $c4