Merge pull request #25 from cybernesto/master

Promoted _auxtype to a struct to gain access to additional fields
This commit is contained in:
Oliver Schmidt
2013-08-08 09:40:50 -07:00
2 changed files with 15 additions and 3 deletions

View File

@@ -5,7 +5,7 @@
;
.export _open, closedirect, freebuffer
.export __filetype, __auxtype
.export __filetype, __auxtype, __datetime
.constructor raisefilelevel
.destructor closeallfiles, 5
@@ -246,5 +246,6 @@ __filetype:
__auxtype:
.word $0000 ; AUX_TYPE: Load address N/A
.byte $01 ; STORAGE_TYPE: Standard seedling file
__datetime:
.word $0000 ; CREATE_DATE: Current date
.word $0000 ; CREATE_TIME: Current time