aboutsummaryrefslogtreecommitdiff
path: root/comptitle.s.in
diff options
context:
space:
mode:
authorB. Watson <yalhcru@gmail.com>2016-02-27 18:21:08 -0500
committerB. Watson <yalhcru@gmail.com>2016-02-27 18:21:08 -0500
commit9d60dc2142964aa7cb0e18049170455036a7b1d1 (patch)
treec3477d506d738fb78790a685b707713fcef0bbc7 /comptitle.s.in
parentc82d5178ae3aab0fdfc2be339b5e0ff54ac558e1 (diff)
downloadtaipan-9d60dc2142964aa7cb0e18049170455036a7b1d1.tar.gz
load compressed title/menu at $8000, first step towards making the game run with BASIC still enabled
Diffstat (limited to 'comptitle.s.in')
-rw-r--r--comptitle.s.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/comptitle.s.in b/comptitle.s.in
index 4980c39..a156f69 100644
--- a/comptitle.s.in
+++ b/comptitle.s.in
@@ -15,7 +15,8 @@ imgsize = $1700
; these both need to be page-aligned. destination also needs
; to be aligned on a 4K boundary.
-start = $9000
+start = $8000
+;start = $9000
;destination = $2400
srcptr = FR0