]> git.sur5r.net Git - cc65/blobdiff - libsrc/geos/disk/chkdkgeos.s
Added new mouse functions
[cc65] / libsrc / geos / disk / chkdkgeos.s
index 01496076b6785978e01cae19c54455f61bf38e3b..8a81d3f6db5f7ed5e3fd2e4489560f6b1f217837 100644 (file)
@@ -6,6 +6,7 @@
 
 ; char ChkDkGEOS (void);
 
+           .import __oserror
            .export _ChkDkGEOS
 
            .include "../inc/jumptab.inc"
@@ -13,6 +14,6 @@
        
 _ChkDkGEOS:
        jsr ChkDkGEOS
-       stx errno
+       stx __oserror
        lda isGEOS
        rts