aboutsummaryrefslogtreecommitdiff
path: root/comptitle.s.in
diff options
context:
space:
mode:
authorB. Watson <yalhcru@gmail.com>2016-01-12 03:43:23 -0500
committerB. Watson <yalhcru@gmail.com>2016-01-12 03:43:23 -0500
commitf90842d4decc6f9453e53785174c73674dc86a51 (patch)
treeec749af9e26555c8ea07d60e5de66ce174efc2ae /comptitle.s.in
parent235efa90197fe69b4c2cf681a277d10ed2eed4d2 (diff)
downloadtaipan-f90842d4decc6f9453e53785174c73674dc86a51.tar.gz
move memory layout around to free more code space
Diffstat (limited to 'comptitle.s.in')
-rw-r--r--comptitle.s.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/comptitle.s.in b/comptitle.s.in
index 824cded..940136a 100644
--- a/comptitle.s.in
+++ b/comptitle.s.in
@@ -15,8 +15,8 @@ imgsize = $1700
; these both need to be page-aligned. destination also needs
; to be aligned on a 4K boundary.
-start = $2000
-destination = $9000
+start = $9000
+;destination = $2400
srcptr = FR0
dstptr = FR0+2