Skip to content

Commit 9a1b5d9

Browse files
bump fileioc version
Signed-off-by: mateoconlechuga <matthewwaltzis@gmail.com>
1 parent f7145e9 commit 9a1b5d9

File tree

2 files changed

+14
-11
lines changed

2 files changed

+14
-11
lines changed

examples/library_examples/fileioc/os_vars/autotest.json

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,17 @@
1313
"action|launch",
1414
"delay|1000",
1515
"key|clear",
16-
"delay|300",
16+
"delay|600",
1717
"key|2nd",
18+
"delay|600",
1819
"key|(-)",
20+
"delay|600",
1921
"key|enter",
20-
"delay|300",
22+
"delay|600",
2123
"key|alpha",
24+
"delay|600",
2225
"key|math",
26+
"delay|600",
2327
"key|enter",
2428
"delay|600",
2529
"key|vars",
@@ -35,11 +39,12 @@
3539
"key|2nd",
3640
"delay|600",
3741
"key|1",
42+
"delay|600",
3843
"key|enter",
39-
"delay|300",
44+
"delay|600",
4045
"hashWait|1",
4146
"key|clear",
42-
"delay|300",
47+
"delay|600",
4348
"hashWait|2"
4449
],
4550
"hashes":

src/fileioc/fileioc.asm

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
include '../include/library.inc'
33
;-------------------------------------------------------------------------------
44

5-
library FILEIOC, 7
5+
library FILEIOC, 8
66

77
;-------------------------------------------------------------------------------
88
; no dependencies
@@ -64,16 +64,14 @@ library FILEIOC, 7
6464
export ti_SetGCBehavior
6565
;-------------------------------------------------------------------------------
6666
; v7 functions
67-
;-------------------------------------------------------------------------------
68-
export ti_ArchiveHasRoomVar
69-
70-
;-------------------------------------------------------------------------------
71-
; v7 functions
7267
;-------------------------------------------------------------------------------
7368
; No new functions, but a change was made to slot openness managemnent such that
7469
; it is no longer necessary to call `ti_CloseAll` in initialization. New
7570
; programs omitting this initialization require this change.
76-
71+
;-------------------------------------------------------------------------------
72+
; v8 functions
73+
;-------------------------------------------------------------------------------
74+
export ti_ArchiveHasRoomVar
7775

7876
;-------------------------------------------------------------------------------
7977
vat_ptr0 := $d0244e

0 commit comments

Comments
 (0)