From 7d412a05b2eb563f268d81387be0dacd1b77cac2 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Sat, 2 Jan 2016 21:35:39 -0500 Subject: leave title screen showing while loading (not quite right yet) --- newtitle.pl | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'newtitle.pl') diff --git a/newtitle.pl b/newtitle.pl index 8daae62..a5cf2d2 100644 --- a/newtitle.pl +++ b/newtitle.pl @@ -30,8 +30,9 @@ for $y (0..183) { # have an LMS for the 2nd half. Since we're using narrow # playfield mode, we don't have to leave a hole in the data, # just make sure it gets loaded to an address aligned to a -# 32-byte boundary. I choose $3000 for now. -$load = 0x3000; +# 32-byte boundary. It's getting loaded at $9000 so it can +# stay in memory while the rest of the game loads. +$load = 0x9000; $len = scalar @bytes; $end = $load + $len - 1; print chr(0xff), chr(0xff); -- cgit v1.2.3