mirror of
https://git.sr.ht/~rabbits/uxn
synced 2024-11-27 00:03:00 +00:00
Fixed load-rom with new File device.
This commit is contained in:
parent
e371fddd7a
commit
7d714d5224
1 changed files with 3 additions and 0 deletions
|
@ -17,6 +17,9 @@
|
|||
;&tmp .File/read DEO2
|
||||
.File/success DEI2 ORA JMP JMP2r
|
||||
|
||||
( close the file so the next read starts at the beginning )
|
||||
.File/name DEI2k ROT DEO2
|
||||
|
||||
( clear wst )
|
||||
#ab
|
||||
&wst-loop
|
||||
|
|
Loading…
Reference in a new issue