uxn

Varvara Ordinator, written in ANSI C(SDL2)
git clone https://git.eamoncaddigan.net/uxn.git
Log | Files | Refs | README | LICENSE

commit 7d714d5224937c1f01104458fdee4604a947080f
parent e371fddd7a75762ff018cb422670511fe9e76e38
Author: Andrew Alderwick <andrew@alderwick.co.uk>
Date:   Sun,  7 Nov 2021 21:51:44 +0000

Fixed load-rom with new File device.

Diffstat:
Mprojects/library/load-rom.tal | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/projects/library/load-rom.tal b/projects/library/load-rom.tal @@ -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