File tree Expand file tree Collapse file tree 2 files changed +14
-11
lines changed
examples/library_examples/fileioc/os_vars Expand file tree Collapse file tree 2 files changed +14
-11
lines changed Original file line number Diff line number Diff line change 13
13
" action|launch" ,
14
14
" delay|1000" ,
15
15
" key|clear" ,
16
- " delay|300 " ,
16
+ " delay|600 " ,
17
17
" key|2nd" ,
18
+ " delay|600" ,
18
19
" key|(-)" ,
20
+ " delay|600" ,
19
21
" key|enter" ,
20
- " delay|300 " ,
22
+ " delay|600 " ,
21
23
" key|alpha" ,
24
+ " delay|600" ,
22
25
" key|math" ,
26
+ " delay|600" ,
23
27
" key|enter" ,
24
28
" delay|600" ,
25
29
" key|vars" ,
35
39
" key|2nd" ,
36
40
" delay|600" ,
37
41
" key|1" ,
42
+ " delay|600" ,
38
43
" key|enter" ,
39
- " delay|300 " ,
44
+ " delay|600 " ,
40
45
" hashWait|1" ,
41
46
" key|clear" ,
42
- " delay|300 " ,
47
+ " delay|600 " ,
43
48
" hashWait|2"
44
49
],
45
50
"hashes" :
Original file line number Diff line number Diff line change 2
2
include '../include/library.inc'
3
3
;-------------------------------------------------------------------------------
4
4
5
- library FILEIOC , 7
5
+ library FILEIOC , 8
6
6
7
7
;-------------------------------------------------------------------------------
8
8
; no dependencies
@@ -64,16 +64,14 @@ library FILEIOC, 7
64
64
export ti_SetGCBehavior
65
65
;-------------------------------------------------------------------------------
66
66
; v7 functions
67
- ;-------------------------------------------------------------------------------
68
- export ti_ArchiveHasRoomVar
69
-
70
- ;-------------------------------------------------------------------------------
71
- ; v7 functions
72
67
;-------------------------------------------------------------------------------
73
68
; No new functions, but a change was made to slot openness managemnent such that
74
69
; it is no longer necessary to call `ti_CloseAll` in initialization. New
75
70
; programs omitting this initialization require this change.
76
-
71
+ ;-------------------------------------------------------------------------------
72
+ ; v8 functions
73
+ ;-------------------------------------------------------------------------------
74
+ export ti_ArchiveHasRoomVar
77
75
78
76
;-------------------------------------------------------------------------------
79
77
vat_ptr0 := $ d0244e
You can’t perform that action at this time.
0 commit comments