]> git.sur5r.net Git - cc65/blob - libsrc/atari5200/setcursor.s
Add translation from PETSCII to screen codes.
[cc65] / libsrc / atari5200 / setcursor.s
1 ; Dummy version, there is no visible cursor in the default CONIO screen
2 ;
3 ; 28-May-2014, Christian Groessler <chris@groessler.org>
4
5         .export setcursor
6
7 .proc   setcursor
8
9         rts
10
11 .endproc