This commit is contained in:
Arne Schmitz 2025-03-14 17:29:29 +01:00
parent ee68f2575a
commit 2c37e150a9

View File

@ -353,6 +353,7 @@ void textcursor(bool show)
void gotoxy(char cx, char cy) void gotoxy(char cx, char cy)
{ {
#ifdef __CBMPET__ #ifdef __CBMPET__
/* This is inspired by the cc65 source code from pet/cputc.s */
#define CURS_X $c6 #define CURS_X $c6
#define CURS_Y $d8 #define CURS_Y $d8
#define SCREEN_PTR $c4 #define SCREEN_PTR $c4