From 7d714d5224937c1f01104458fdee4604a947080f Mon Sep 17 00:00:00 2001 From: Andrew Alderwick Date: Sun, 7 Nov 2021 21:51:44 +0000 Subject: [PATCH] Fixed load-rom with new File device. --- projects/library/load-rom.tal | 3 +++ 1 file changed, 3 insertions(+) diff --git a/projects/library/load-rom.tal b/projects/library/load-rom.tal index 8dbb688..e2dedb3 100644 --- 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