aboutsummaryrefslogtreecommitdiff
path: root/checkmem.s
diff options
context:
space:
mode:
authorB. Watson <yalhcru@gmail.com>2016-03-08 01:30:49 -0500
committerB. Watson <yalhcru@gmail.com>2016-03-08 01:30:49 -0500
commit742808e762c95c77b942b710431a55200f28b5b3 (patch)
treef98a5b225c8dcde8ac93cc826251a11d80cdd8ba /checkmem.s
parent45d35f025d3ea5490569e46a4df2f773294a7729 (diff)
downloadtaipan-742808e762c95c77b942b710431a55200f28b5b3.tar.gz
fix title screen breakage
Diffstat (limited to 'checkmem.s')
-rw-r--r--checkmem.s6
1 files changed, 3 insertions, 3 deletions
diff --git a/checkmem.s b/checkmem.s
index 9994add..a539e4b 100644
--- a/checkmem.s
+++ b/checkmem.s
@@ -101,11 +101,11 @@ gr_0:
; save display list pointer where taipan.c's main() can find it.
; this is done ASAP after the CIO call, to avoid saving the DL
; after SpartaDOS's TDLINE has had a chance to modify it.
- ; we use FR1 because the menu code in newtitle.s trashes FR0.
+ ; we use FRE because the menu code in newtitle.s trashes FR0 and FR1.
lda SDLSTL
- sta FR1
+ sta FRE
lda SDLSTH
- sta FR1+1
+ sta FRE+1
rts