]> git.sur5r.net Git - cc65/blobdiff - libsrc/geos-common/disk/setnextfree.s
Dropped VER_PATCH (and VER_RC) and added build date.
[cc65] / libsrc / geos-common / disk / setnextfree.s
index bd247c1abb7f1b5d1f8fe5173743aee5c9ba0e9a..410532cea3961ae048ae2018ef1e0968507a9557 100644 (file)
@@ -1,4 +1,3 @@
-
 ;
 ; Maciej 'YTM/Alliance' Witkowiak
 ;
@@ -6,19 +5,20 @@
 
 ; struct tr_se SetNextFree (struct tr_se *startTS);
 
-           .import __oserror
-           .import gettrse
-           .export _SetNextFree
+            .import __oserror
+            .import gettrse
+            .export _SetNextFree
 
-           .include "jumptab.inc"
-           .include "geossym.inc"
-       
+            .include "jumptab.inc"
+            .include "diskdrv.inc"
+            .include "geossym.inc"
+        
 _SetNextFree:
-       jsr gettrse
-       sta r3L
-       stx r3H
-       jsr SetNextFree
-       stx __oserror
-       lda r3L
-       ldx r3H
-       rts
+        jsr gettrse
+        sta r3L
+        stx r3H
+        jsr SetNextFree
+        stx __oserror
+        lda r3L
+        ldx r3H
+        rts