]> git.sur5r.net Git - cc65/blob - libsrc/c16/conio.s
c3269359a4e9d84fd7a3d53a03041bc88abc9ca7
[cc65] / libsrc / c16 / conio.s
1 ;
2 ; Ullrich von Bassewitz, 06.08.1998
3 ;
4 ; Low level stuff for screen output/console input
5 ;
6
7         .exportzp       CURS_X, CURS_Y
8
9         .include        "../plus4/plus4.inc"
10