]> git.sur5r.net Git - cc65/blob - libsrc/c64/libref.s
Used a library-reference method to calibrate lightpen drivers.
[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         mouse_libref
9         .export         ser_libref
10         .export         tgi_libref
11
12         .import         _exit
13
14 em_libref       := _exit
15 joy_libref      := _exit
16 ;mouse_libref    := _exit
17 ser_libref      := _exit
18 tgi_libref      := _exit