]> git.sur5r.net Git - cc65/blob - libsrc/c64/libref.s
Fixed another comment.
[cc65] / libsrc / c64 / libref.s
1 ;
2 ; 2013-05-31, Oliver Schmidt
3 ; 2013-06-11, Greg King
4 ;
5
6         .export         em_libref
7         .export         joy_libref
8         .export         ser_libref
9         .export         tgi_libref
10
11         .import         _exit
12
13 em_libref       := _exit
14 joy_libref      := _exit
15 ser_libref      := _exit
16 tgi_libref      := _exit