mirror of
https://github.com/a2-4am/4cade.git
synced 2024-11-23 12:33:32 +00:00
fix Columns 48k crash on start
This commit is contained in:
parent
c71e816eba
commit
e8d3aabd40
Binary file not shown.
@ -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_=*
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user