]> git.sur5r.net Git - cc65/blobdiff - libsrc/geos/disk/calcblksfree.s
Added new mouse functions
[cc65] / libsrc / geos / disk / calcblksfree.s
index 9e0247e34d8fc4a718b2ce4ae6f328e31592a54b..2471138e5cf5ce8a499a6c68d52ffb0a61894a32 100644 (file)
@@ -6,6 +6,7 @@
 
 ; int CalcBlksFree (void);
 
+           .import __oserror
            .export _CalcBlksFree
 
            .include "../inc/jumptab.inc"
@@ -13,7 +14,7 @@
        
 _CalcBlksFree:
        jsr CalcBlksFree
-       stx errno
+       stx __oserror
        lda r4L
        ldx r4H
        rts