]> git.sur5r.net Git - cc65/blobdiff - libsrc/geos/disk/putdirhead.s
Added new mouse functions
[cc65] / libsrc / geos / disk / putdirhead.s
index 24577865f147dbfe8aa7c89d64f0b9d248e4c8ab..71468305e565cf4cbe93ca4890f9c4a1d49de18c 100644 (file)
@@ -6,6 +6,7 @@
 
 ; char PutDirHead (void);
 
+           .import __oserror
            .export _PutDirHead
 
            .include "../inc/jumptab.inc"
@@ -13,6 +14,6 @@
        
 _PutDirHead:
        jsr PutDirHead
-       stx errno
+       stx __oserror
        txa
        rts