Load 0x2000 length for dir
This commit is contained in:
parent
58e894b73a
commit
c33017e041
|
@ -412,5 +412,5 @@
|
|||
|
||||
@id3 &title $100 &artist $100 &album $100
|
||||
|
||||
@mem &dir $4000 &folders $3000 &tracks
|
||||
@mem &dir $2000 &folders $3000 &tracks
|
||||
|
||||
|
|
|
@ -308,7 +308,7 @@
|
|||
|
||||
@<refresh-dir> ( -- )
|
||||
;path .File/name DEO2
|
||||
#0800 .File/length DEO2
|
||||
#2000 .File/length DEO2
|
||||
;mem/dir .File/read DEO2
|
||||
( | clean )
|
||||
[ LIT2 00 -lines/folders ] STZ
|
||||
|
|
Loading…
Reference in New Issue