]> git.sur5r.net Git - cc65/blobdiff - libsrc/c128/libref.s
Typo
[cc65] / libsrc / c128 / libref.s
index 507c9887b5cbf7db429f471f67f324e7da9d01d0..7a59236c574f2b12c5d94080a5ec653742c9e0d5 100644 (file)
@@ -1,8 +1,16 @@
 ;
-; Oliver Schmidt, 2013-05-31
+; 2013-05-31, Oliver Schmidt
+; 2013-06-11, Greg King
 ;
 
         .export         em_libref
+        .export         joy_libref
+        .export         ser_libref
+        .export         tgi_libref
+
         .import         _exit
 
 em_libref       := _exit
+joy_libref      := _exit
+ser_libref      := _exit
+tgi_libref      := _exit