]> git.sur5r.net Git - cc65/blobdiff - libsrc/lynx/libref.s
Optimize the conversions from Atari ASCII to screen codes.
[cc65] / libsrc / lynx / libref.s
index 62c78b8c5d2d8030c9f55bd5f57e97f73e7e6515..0bda1e7e8a31fcb256e8e6cdfd2d9928611aba90 100644 (file)
@@ -2,9 +2,8 @@
 ; Oliver Schmidt, 2013-05-31
 ;
 
-        .export         joy_libref, ser_libref, tgi_libref
+        .export         joy_libref, ser_libref
         .import         _exit
 
 joy_libref      := _exit
 ser_libref      := _exit
-tgi_libref      := _exit