From 51c6e90754d6889b22f00cb62c2fb4e41d45a050 Mon Sep 17 00:00:00 2001 From: Andrew Alderwick Date: Fri, 24 Sep 2021 00:04:25 +0100 Subject: [PATCH] Erase 00f0-00f3 with first zero-page-loader loop --- projects/library/load-rom.tal | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/projects/library/load-rom.tal b/projects/library/load-rom.tal index 3903999..332369c 100644 --- a/projects/library/load-rom.tal +++ b/projects/library/load-rom.tal @@ -80,9 +80,7 @@ OVR2 #fafe ( arguments for STZ2 at fd and JMP (repeat) ) OVR2 #f8fe ( arguments for STZ2 at fd and JMP (repeat) ) OVR2 #f6fe ( arguments for STZ2 at fd and JMP (repeat) ) - OVR2 #f4fe ( arguments for STZ2 at fd and JMP (repeat) ) - OVR2 #f2fe ( arguments for STZ2 at fd and JMP (repeat) ) - OVR2 #f001 ( arguments for STZ2 at fd, plus an extra 01 ) + OVR2 #f401 ( arguments for STZ2 at fd, plus an extra 01 ) STHkr ( first argument for ADD2 ) .File/success ( argument for DEI2 ) #0100 .File/load ( arguments for DEO2 ) @@ -103,7 +101,7 @@ ( fa ) JCN ( fb ) POPr ( fc ) POP2 - ( fd ) STZ2 ( deletes f0-fd through looping ) + ( fd ) STZ2 ( deletes f4-fd through looping ) ( fe ) JMP ( ff ) STZ2 ( deletes fe-ff )