From 3abf7993ce2d2deb1c0596f3404b2bfa27324564 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Wed, 17 Feb 2016 23:47:59 -0500 Subject: make the cursor behave *much* better, via custom conio function --- conio/wherey.s | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 conio/wherey.s (limited to 'conio/wherey.s') diff --git a/conio/wherey.s b/conio/wherey.s new file mode 100644 index 0000000..f391eec --- /dev/null +++ b/conio/wherey.s @@ -0,0 +1,13 @@ +; +; Carsten Strotmann, 30.12.2002 +; +; unsigned char wherey (void); +; + + .export _wherey + .include "atari.inc" + +_wherey: + lda ROWCRS + ldx #0 + rts -- cgit v1.2.3