1
0
mirror of https://github.com/cc65/cc65.git synced 2026-01-23 08:16:38 +00:00
Files
cc65/libsrc/atari/setcursor.s
Christian Groessler a084ea8e42 Atari: split "setcursor" function out of cgetc.s source file into setcursor.s.
This function is used by many other CONIO functions, and the user program not
necessarily uses 'cgetc'. Having "setcursor" in a different object file saves
space in this case and also allows the user program to override it (e.g. when
not using GRAPHICS 0 mode).
2017-10-03 21:58:52 +02:00

1.1 KiB