Removed unused console vector
This commit is contained in:
parent
6c53e96b71
commit
daa7956831
|
@ -1,13 +1,11 @@
|
|||
|00 @System &vector $2 &pad $6 &r $2 &g $2 &b $2
|
||||
|10 @Console &vector $2 &read $1 &pad $5 &write $1
|
||||
|20 @Screen &vector $2 &width $2 &height $2 &auto $1 &pad $1 &x $2 &y $2 &addr $2 &pixel $1 &sprite $1
|
||||
|80 @Controller &vector $2 &button $1 &key $1
|
||||
|90 @Mouse &vector $2 &x $2 &y $2 &state $1 &chord $1
|
||||
|a0 @File &vector $2 &success $2 &stat $2 &delete $1 &append $1 &name $2 &length $2 &read $2 &write $2
|
||||
|
||||
( TODOs:
|
||||
> Up and down arrows
|
||||
> Save/Load )
|
||||
> Up and down arrows )
|
||||
|
||||
|0000
|
||||
|
||||
|
@ -27,7 +25,6 @@
|
|||
#00e0 .Screen/width DEO2
|
||||
#00f8 .Screen/height DEO2
|
||||
( unlock )
|
||||
;on-console .Console/vector DEO2
|
||||
;on-mouse-body .Mouse/vector DEO2
|
||||
;on-frame .Screen/vector DEO2
|
||||
;on-control .Controller/vector DEO2
|
||||
|
@ -74,10 +71,6 @@ BRK
|
|||
|
||||
BRK
|
||||
|
||||
@on-console ( -> )
|
||||
|
||||
BRK
|
||||
|
||||
@on-mouse-head ( -> )
|
||||
|
||||
[ LIT2 00 -Mouse/state ] DEI NEQ #41 ADD ;mouse-icn update-cursor
|
||||
|
@ -640,7 +633,7 @@ JMP2r
|
|||
|
||||
@draw-tab ( -- )
|
||||
|
||||
.Screen/x DEI2k #0020 ADD2 #33 SFT2 ROT DEO2
|
||||
.Screen/x DEI2k #0010 ADD2 #33 SFT2 ROT DEO2
|
||||
|
||||
JMP2r
|
||||
|
||||
|
@ -733,6 +726,12 @@ JMP2r
|
|||
ff00 ff00 ff00 ffff ]
|
||||
@line-icn [
|
||||
00ff 0000 0000 0000 ]
|
||||
@appicon ( 24x24 ) [
|
||||
0009 161f 1f1f 1f1f 093f 3f3f 3f3f 3f3f 0024 dbff ffff ffff 24ff ffff ffff ffff
|
||||
0090 68f8 f8f8 f8f8 90fc fcfc fcfc fcfc 1f1f 1f1f 1f1f 0016 3f3f 3f3f 3f3f 3f3f
|
||||
ffff ffff ffff ffff ffff ffff ffff ffff f8f8 f8f8 f8f8 f8f8 fcfc fcfc fcfc fcfc
|
||||
1a1c 1e1f 001f 0000 3f3f 3f3f 3f20 3f00 ffff 00ff 00ff 0000 ffff ffff ff00 ff00
|
||||
f8f8 00f8 00f8 0000 fcfc fcfc fc04 fc00 ]
|
||||
@font ( newyork12 ) [
|
||||
0404 0508 0709 0a03 0505 0606 0306 0307 0808 0808 0808 0808 0808 0303 0507 0507
|
||||
0a0a 0807 0807 0708 0906 0508 080c 0908 0808 0807 0809 0a0d 0808 0604 0704 0407
|
||||
|
@ -871,13 +870,6 @@ JMP2r
|
|||
0000 0068 b000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000
|
||||
0000 0000 0000 0000 0000 0000 0000 00ff 0000 0000 0000 0000 ffff ffff ffff ffff ] $1
|
||||
|
||||
@appicon ( 24x24 ) [
|
||||
0009 161f 1f1f 1f1f 093f 3f3f 3f3f 3f3f 0024 dbff ffff ffff 24ff ffff ffff ffff
|
||||
0090 68f8 f8f8 f8f8 90fc fcfc fcfc fcfc 1f1f 1f1f 1f1f 0016 3f3f 3f3f 3f3f 3f3f
|
||||
ffff ffff ffff ffff ffff ffff ffff ffff f8f8 f8f8 f8f8 f8f8 fcfc fcfc fcfc fcfc
|
||||
1a1c 1e1f 001f 0000 3f3f 3f3f 3f20 3f00 ffff 00ff 00ff 0000 ffff ffff ff00 ff00
|
||||
f8f8 00f8 00f8 0000 fcfc fcfc fc04 fc00 ]
|
||||
|
||||
@mem ( placeholder )
|
||||
"Keep 20 "up 20 "to 20 "eight 20 "pages 20 "of 20 "notes 20 "in 20 "the 20 "Note 20 "Pad. 20
|
||||
"Click 20 "on 20 "the 20 "dog-ear 20 "to 20 "turn 20 "to 20 "the 20 "next 20 "following 20 "page. 20
|
||||
|
|
Loading…
Reference in New Issue