taro-ctl: update uxnemu args; taro-ls: update blending usage; v0.2.5
This commit is contained in:
parent
c8c65e3fb1
commit
4f9a25959c
2 changed files with 4 additions and 4 deletions
|
@ -86,7 +86,7 @@ module Taro
|
||||||
spawn do
|
spawn do
|
||||||
Process.run(
|
Process.run(
|
||||||
command: "#{TARO_LIB}/#{UXN_EMU}",
|
command: "#{TARO_LIB}/#{UXN_EMU}",
|
||||||
args: [ "-s", "1", "taro-ls" ],
|
args: [ "taro-ls" ],
|
||||||
chdir: TARO_LIB,
|
chdir: TARO_LIB,
|
||||||
input: @stdin_r,
|
input: @stdin_r,
|
||||||
output: @stdout_w,
|
output: @stdout_w,
|
||||||
|
|
|
@ -1000,7 +1000,7 @@ JMP2r
|
||||||
,&top LDR2 ,&height LDR2 ADD2 ,&top LDR2 &whiley EQU2k ,&endy JCN
|
,&top LDR2 ,&height LDR2 ADD2 ,&top LDR2 &whiley EQU2k ,&endy JCN
|
||||||
DUP2 .Screen/y DEO2
|
DUP2 .Screen/y DEO2
|
||||||
,&x LDR2 .Screen/x DEO2
|
,&x LDR2 .Screen/x DEO2
|
||||||
#00 .Screen/sprite DEO
|
#01 .Screen/sprite DEO
|
||||||
#0008 ADD2 ,&whiley JMP &endy POP2 POP2
|
#0008 ADD2 ,&whiley JMP &endy POP2 POP2
|
||||||
#0008 ADD2 ,&whilex JMP &endx POP2 POP2
|
#0008 ADD2 ,&whilex JMP &endx POP2 POP2
|
||||||
|
|
||||||
|
@ -1141,7 +1141,7 @@ JMP2r
|
||||||
;blank .Screen/addr DEO2
|
;blank .Screen/addr DEO2
|
||||||
STHkr LB_HEIGHT LDZ #00
|
STHkr LB_HEIGHT LDZ #00
|
||||||
&while_trough EQUk ,&end_trough JCN
|
&while_trough EQUk ,&end_trough JCN
|
||||||
#00 .Screen/sprite DEO
|
#01 .Screen/sprite DEO
|
||||||
.Screen/y DEI2 #0008 ADD2 .Screen/y DEO2
|
.Screen/y DEI2 #0008 ADD2 .Screen/y DEO2
|
||||||
INC ,&while_trough JMP &end_trough POP2
|
INC ,&while_trough JMP &end_trough POP2
|
||||||
|
|
||||||
|
@ -1315,7 +1315,7 @@ JMP2r
|
||||||
]
|
]
|
||||||
|
|
||||||
@metadata [ 00 "taro 0a
|
@metadata [ 00 "taro 0a
|
||||||
"v0.2.4 0a
|
"v0.2.5 0a
|
||||||
"GUI 20 "for 20 "mblaze 0a
|
"GUI 20 "for 20 "mblaze 0a
|
||||||
"Derek 20 "Stevens 20 "<nilix@nilfm.cc> 0a 00
|
"Derek 20 "Stevens 20 "<nilix@nilfm.cc> 0a 00
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue