]> git.sur5r.net Git - cc65/blob - libsrc/vic20/conio.s
a5692f102e7b585923d76ec4665a3e1880fdda7c
[cc65] / libsrc / vic20 / 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        "vic20.inc"
10