]> git.sur5r.net Git - cc65/blobdiff - libsrc/pet/kernal.s
no TGI_ERR_NO_MEM or TGI_ERR_NO_IOCB anymore: replaced by TGI_ERR_NO_RES
[cc65] / libsrc / pet / kernal.s
index 522f2ba3f823ae5515775575e49d31ae42be8871..714f7ab0823c856cf3f483ae5de6ac1834c23299 100644 (file)
@@ -4,13 +4,8 @@
 ; PET kernal functions
 ;
 
-        .export         OPEN
-        .export         CLOSE
-        .export         CHKIN
-        .export         CKOUT
         .export         CLRCH
         .export         BASIN
-        .export         BSOUT
         .export         STOP
         .export         GETIN
         .export         CLALL
 ;-----------------------------------------------------------------------------
 ; Functions that are available in the kernal jump table
 
-OPEN           = $FFC0
-CLOSE          = $FFC3
-CHKIN          = $FFC6
-CKOUT          = $FFC9
 CLRCH          = $FFCC
 BASIN          = $FFCF
-BSOUT          = $FFD2
 STOP           = $FFE1
 GETIN          = $FFE4
 CLALL          = $FFE7