From 9d60dc2142964aa7cb0e18049170455036a7b1d1 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Sat, 27 Feb 2016 18:21:08 -0500 Subject: load compressed title/menu at $8000, first step towards making the game run with BASIC still enabled --- comptitle.s.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3