(m291) Keep selection
This commit is contained in:
parent
1062f0e525
commit
eb48ec2382
|
@ -337,7 +337,6 @@
|
|||
|
||||
&tracks ( id -- )
|
||||
DUP .selection/track STZ
|
||||
[ LIT2 ff -selection ] STZ
|
||||
#00 SWP
|
||||
( CELLSIZE ) #70 SFT2 ;mem/tracks ADD2 !<send-load>
|
||||
|
||||
|
@ -346,15 +345,9 @@
|
|||
( CELLSIZE ) #70 SFT2 ;mem/folders ADD2 !<enter>
|
||||
|
||||
@<enter> ( folder* -- )
|
||||
.selection/mod LDZ ?&special
|
||||
[ LIT2 00 -selection ] STZ
|
||||
push-path !<refresh-dir>
|
||||
|
||||
&special ( folder* -- )
|
||||
;path <pstr>
|
||||
<pstr>/
|
||||
#0a18 DEO
|
||||
JMP2r
|
||||
|
||||
@<leave> ( -- )
|
||||
pop-path !<refresh-dir>
|
||||
|
||||
|
@ -637,7 +630,7 @@
|
|||
[ LIT2 15 -Screen/auto ] DEO
|
||||
#0000 .Screen/x DEO2
|
||||
;poke-icn .Screen/addr DEO2
|
||||
[ LIT2 05 -Screen/sprite ] DEO }
|
||||
STHkr .Screen/sprite DEO }
|
||||
( | normal )
|
||||
#0008 .Screen/x DEO2
|
||||
#00 OVR
|
||||
|
|
Loading…
Reference in New Issue