]> git.sur5r.net Git - cc65/blob - libsrc/pet/conio.s
atari5200.sgml: small fix for last change
[cc65] / libsrc / pet / conio.s
1 ;
2 ; Ullrich von Bassewitz, 26.11.1998
3 ;
4 ; Low level stuff for screen output/console input
5 ;
6
7         .exportzp       CURS_X, CURS_Y
8
9         .include        "pet.inc"
10