From cd944689851a31645847ceb377113dd8be0d8626 Mon Sep 17 00:00:00 2001 From: Martin Haye Date: Sat, 27 Feb 2021 07:01:23 -0800 Subject: [PATCH] Moved blkidx so it can be easily cleared by reseek. --- Platform/Apple/tools/ProRWTS/PRORWTS2#4000 | Bin 2150 -> 2150 bytes Platform/Apple/tools/ProRWTS/prorwts2.s | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Platform/Apple/tools/ProRWTS/PRORWTS2#4000 b/Platform/Apple/tools/ProRWTS/PRORWTS2#4000 index 6fca2a798f9331ae6de36e35b5adf2e7f98f214c..bbc1372d35071fa78af675a4b9aa4041d60fcff7 100644 GIT binary patch delta 76 zcmaDR@JwLCJtk(MHkru}nG6_(CJQllv&vl1UMe(s5wixf%rlwIXPIBZ6v$7$!6pb) S^op$ss;H11tZ4Ea_EP}pdKvEk delta 76 zcmaDR@JwLCJtk(EHlfK6nG6_ZCJQllvkG0%UMe$r5wixf&@-XUXPIBZ6v$7$!6pb) S^op$ss;H11tZ4Ea_EP}oycyd7 diff --git a/Platform/Apple/tools/ProRWTS/prorwts2.s b/Platform/Apple/tools/ProRWTS/prorwts2.s index c452ee3c..c3182f73 100755 --- a/Platform/Apple/tools/ProRWTS/prorwts2.s +++ b/Platform/Apple/tools/ProRWTS/prorwts2.s @@ -162,14 +162,14 @@ ver_02 = 1 treeidx = $1b ;(internal) index into tree block ;MH: must be just after blkoffhi for proper seek reset in LegendOS !if always_trees = 0 { - istree = $1c ;(internal) flag to indicate tree file + istree = $12 ;(internal) flag to indicate tree file } ;always_trees = 0 !if fast_trees = 0 { treeblklo = invalid treeblkhi = invalid } ;fast_trees = 0 } ;allow_trees = 1 - blkidx = $12 ;(internal) index into sapling block list + blkidx = $1c ;(internal) index into sapling block list !if rwts_mode = 1 { lastblk = invalid ;(internal) previous index into sapling block list } ;rwts_mode = 1