diff options
author | B. Watson <yalhcru@gmail.com> | 2016-02-27 18:21:08 -0500 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2016-02-27 18:21:08 -0500 |
commit | 9d60dc2142964aa7cb0e18049170455036a7b1d1 (patch) | |
tree | c3477d506d738fb78790a685b707713fcef0bbc7 | |
parent | c82d5178ae3aab0fdfc2be339b5e0ff54ac558e1 (diff) | |
download | taipan-9d60dc2142964aa7cb0e18049170455036a7b1d1.tar.gz |
load compressed title/menu at $8000, first step towards making the game run with BASIC still enabled
-rw-r--r-- | comptitle.s.in | 3 |
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 |