]> git.sur5r.net Git - cc65/blobdiff - libsrc/lynx/libref.s
Added library reference tgi_libref to TGI interface.
[cc65] / libsrc / lynx / libref.s
index 0bda1e7e8a31fcb256e8e6cdfd2d9928611aba90..62c78b8c5d2d8030c9f55bd5f57e97f73e7e6515 100644 (file)
@@ -2,8 +2,9 @@
 ; Oliver Schmidt, 2013-05-31
 ;
 
-        .export         joy_libref, ser_libref
+        .export         joy_libref, ser_libref, tgi_libref
         .import         _exit
 
 joy_libref      := _exit
 ser_libref      := _exit
+tgi_libref      := _exit