]> git.sur5r.net Git - cc65/blobdiff - libsrc/cbm/c_iobase.s
Added the telldir() function.
[cc65] / libsrc / cbm / c_iobase.s
index 58fb1598b4389b475cfc1bbcc31710340ef8bf0c..942fd479aa02d76a365f356529de1c9fdb063144 100644 (file)
@@ -1,12 +1,11 @@
 ;
 ; Ullrich von Bassewitz, 03.06.1999
 ;
-; unsigned __fastcall__ cbm_iobase (void);
+; unsigned cbm_iobase (void);
 ;
 
-               .include        "cbm.inc"
-
                .export         _cbm_iobase
+        .import         IOBASE
 
 _cbm_iobase:
        jsr     IOBASE
@@ -16,5 +15,3 @@ _cbm_iobase:
        tax
        pla
        rts
-
-