prog8/compiler/res/prog8lib/c64
markjreed ff324955dd
Feature/read cursor position (#111)
* feat: add ability to read cursor position on CBM machines

* feat: implement plot()/column() for atari target; add get_cursor(), get_column(), row(), and get_row()

* feat: implement wait_key() for Commodore targets; add get_cursor(), get_column(), row(), get_row()

* feat: really implement waitkey() on CBM targets

* fix: make waitkey void for compatibility with atari
2023-11-07 22:19:16 +01:00
..
floats_funcs.asm remove even more X register save/restore code 2023-07-15 22:26:54 +02:00
floats.asm fixed c64 float problem 2023-09-03 16:40:10 +02:00
floats.p8 added floats.parse_f() 2023-08-16 14:47:20 +02:00
graphics.p8 optimized all circle routines a little more. Added gfx2/monogfx safe_circle and safe_disc. Warning for when on const value. 2023-11-05 21:29:59 +01:00
syslib.p8 added sys.disable_caseswitch() and sys.enable_caseswitch() 2023-11-07 00:27:34 +01:00
textio.p8 Feature/read cursor position (#111) 2023-11-07 22:19:16 +01:00