1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-08 15:29:37 +00:00
cc65/libsrc/atari5200/setcursor.s

12 lines
200 B
ArmAsm
Raw Permalink Normal View History

2014-05-28 21:38:22 +00:00
; Dummy version, there is no visible cursor in the default CONIO screen
;
; 28-May-2014, Christian Groessler <chris@groessler.org>
2014-05-28 21:38:22 +00:00
.export setcursor
.proc setcursor
rts
.endproc