diff options
-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 |