fix Columns 48k crash on start

This commit is contained in:
Peter Ferrie 2021-12-24 17:27:25 -08:00
parent c71e816eba
commit e8d3aabd40
2 changed files with 5 additions and 1 deletions

Binary file not shown.

View File

@ -201,8 +201,10 @@ PRELAUNCH_STANDARD_SIZE = 61 ; LoadStandardPrelaunch, eventually to be d
iCurBlockLo = $D601 ; constant
iCurBlockHi = $D603 ; constant
launchpatch = $D853 ; glue.launch.a
iAddToPath = $FEBF ; Roger Rabbit, avoid, use Infiltrator 2 style instead
iAddToPath = $FEBF ; Roger Rabbit (via prelaunch), avoid, use Infiltrator 2 style instead
; also Columns (via file in disk image)
itraverse = $DB31 ; Roger Rabbit, avoid, use Infiltrator 2 style instead
; also Columns (via file in disk image)
ldrlo = $55 ; constant
ldrhi = $56 ; constant
namlo = $57 ; constant
@ -210,5 +212,7 @@ namhi = $58 ; constant
ldrlo2 = $64 ; constant
ldrhi2 = $65 ; constant
; Columns also calls (de)accelerator functions directly
_CONSTANTS_=*
}