File tree Expand file tree Collapse file tree 7 files changed +99
-0
lines changed Expand file tree Collapse file tree 7 files changed +99
-0
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ title : apiFlg2
3
+ geekdocHidden : true
4
+ params :
5
+ address : $D000A9 (ti.flags + $29)
6
+ name : apiFlg2
7
+ ---
8
+
9
+ ### Address: $D000A9 (ti.flags + $29)
10
+
11
+ ### Size: 1 byte
12
+
13
+ Zeroed out by [ ` AppSetup ` ] ( ../../../../syscalls/all/AppSetup ) .
Original file line number Diff line number Diff line change
1
+ ---
2
+ title : apiFlg3
3
+ geekdocHidden : true
4
+ params :
5
+ address : $D000AA (ti.flags + $2A)
6
+ name : apiFlg3
7
+ ---
8
+
9
+ ### Address: $D000AA (ti.flags + $2A)
10
+
11
+ ### Size: 1 byte
12
+
13
+ Zeroed out by [ ` AppSetup ` ] ( ../../../../syscalls/all/AppSetup ) .
Original file line number Diff line number Diff line change
1
+ ---
2
+ title : apiFlg4
3
+ geekdocHidden : true
4
+ params :
5
+ address : $D000AB (ti.flags + $2B)
6
+ name : apiFlg4
7
+ ---
8
+
9
+ ### Address: $D000AB (ti.flags + $2B)
10
+
11
+ ### Size: 1 byte
12
+
13
+ ### Bit 1 - cellOverride:
14
+ Set to use cell override.
15
+
16
+ ### Bit 2 - fullScrnDraw:
17
+ Set to draw into last row / column of screen. (Not sure if this is applicable to the CE)
Original file line number Diff line number Diff line change
1
+ ---
2
+ title : hookflags2Override
3
+ geekdocHidden : true
4
+ params :
5
+ address : $D000B7 (ti.flags + $37)
6
+ name : hookflags2Override
7
+ ---
8
+
9
+ ### Address: $D000B7 (ti.flags + $37)
10
+
11
+ ### Size: 1 byte
12
+
13
+ Set bit corresponding to [ ` hookflags2 ` ] ( ../hookflags2 ) to kill hook when calling [ ` AppSetup ` ] ( ../../../../syscalls/all/AppSetup ) .
Original file line number Diff line number Diff line change
1
+ ---
2
+ title : hookflags3Override
3
+ geekdocHidden : true
4
+ params :
5
+ address : $D000B8 (ti.flags + $38)
6
+ name : hookflags3Override
7
+ ---
8
+
9
+ ### Address: $D000B8 (ti.flags + $38)
10
+
11
+ ### Size: 1 byte
12
+
13
+ Set bit corresponding to [ ` hookflags3 ` ] ( ../hookflags3 ) to kill hook when calling [ ` AppSetup ` ] ( ../../../../syscalls/all/AppSetup ) .
Original file line number Diff line number Diff line change
1
+ ---
2
+ title : hookflags4Override
3
+ geekdocHidden : true
4
+ params :
5
+ address : $D000B9 (ti.flags + $39)
6
+ name : hookflags4Override
7
+ ---
8
+
9
+ ### Address: $D000B9 (ti.flags + $39)
10
+
11
+ ### Size: 1 byte
12
+
13
+ Set bit corresponding to [ ` hookflags4 ` ] ( ../hookflags4 ) to kill hook when calling [ ` AppSetup ` ] ( ../../../../syscalls/all/AppSetup ) .
Original file line number Diff line number Diff line change
1
+ ---
2
+ title : plotFlag3
3
+ geekdocHidden : true
4
+ params :
5
+ address : $D000BC (ti.flags + $3C)
6
+ name : plotFlag3
7
+ ---
8
+
9
+ ### Address: $D000BC (ti.flags + $3C)
10
+
11
+ ### Size: 1 byte
12
+
13
+ #### Bit 0 - bufferOnly:
14
+ Reset by [ ` AppSetup ` ] ( ../../../../syscalls/all/AppSetup ) .
15
+
16
+ #### Bit 4 - useFastCirc:
17
+ Set to use fast circle algorithm, reset otherwise.
You can’t perform that action at this time.
0 commit comments