update Million Perfect Letters to 1.2

This commit is contained in:
4am 2024-05-03 22:12:12 -04:00
parent 3200c06506
commit 37482e9e2e
8 changed files with 3 additions and 3 deletions

View File

@ -15,7 +15,7 @@ SHOW_PROGRESS_DURING_DECRUNCH = 0
start
+INIT_MACHINE
!if * != $9E01 {
!if * != $9E08 {
!serious "Adjust prelaunch to patch JSR at ", *, " to JMP"
}
jsr decrunch ; compressed data contains target address

View File

@ -8,10 +8,10 @@
+ENABLE_ACCEL
lda #$4C
sta $9E01
sta $9E08
jsr $8000
+DISABLE_ACCEL
jmp $9E04
jmp $9E08+3
!if * > $1C0 {
!error "code is too large, ends at ", *