]> git.sur5r.net Git - cc65/blobdiff - libsrc/cbm/c_iobase.s
Merge branch 'master' into c1p
[cc65] / libsrc / cbm / c_iobase.s
index 942fd479aa02d76a365f356529de1c9fdb063144..254879017d626b5871344061d7f7c9a3a5ab30dc 100644 (file)
@@ -1,17 +1,17 @@
 ;
 ; Ullrich von Bassewitz, 03.06.1999
 ;
-; unsigned cbm_iobase (void);
+; unsigned cbm_k_iobase (void);
 ;
 
-               .export         _cbm_iobase
+        .export         _cbm_k_iobase
         .import         IOBASE
 
-_cbm_iobase:
-       jsr     IOBASE
-       txa
-       pha
-       tya
-       tax
-       pla
-       rts
+_cbm_k_iobase:                   
+        jsr     IOBASE
+        txa
+        pha
+        tya
+        tax
+        pla
+        rts