Fixed load-rom with new File device.
This commit is contained in:
parent
e371fddd7a
commit
7d714d5224
|
@ -17,6 +17,9 @@
|
||||||
;&tmp .File/read DEO2
|
;&tmp .File/read DEO2
|
||||||
.File/success DEI2 ORA JMP JMP2r
|
.File/success DEI2 ORA JMP JMP2r
|
||||||
|
|
||||||
|
( close the file so the next read starts at the beginning )
|
||||||
|
.File/name DEI2k ROT DEO2
|
||||||
|
|
||||||
( clear wst )
|
( clear wst )
|
||||||
#ab
|
#ab
|
||||||
&wst-loop
|
&wst-loop
|
||||||
|
|
Loading…
Reference in New Issue