]> git.sur5r.net Git - cc65/blob - libsrc/apple2/libref.s
Fixed _textcolor definition.
[cc65] / libsrc / apple2 / libref.s
1 ;
2 ; Oliver Schmidt, 2013-05-31
3 ;
4
5         .export         em_libref, joy_libref, mouse_libref, ser_libref, tgi_libref
6         .import         _exit
7
8 em_libref       := _exit
9 joy_libref      := _exit
10 mouse_libref    := _exit
11 ser_libref      := _exit
12 tgi_libref      := _exit