mirror of
https://github.com/a2-4am/4cade.git
synced 2025-04-03 20:30:07 +00:00
fix Space Eggs reset (#230)
This commit is contained in:
parent
6a1b23687c
commit
9cb704baa0
22
src/prelaunch/space.eggs.a
Normal file
22
src/prelaunch/space.eggs.a
Normal file
@ -0,0 +1,22 @@
|
||||
;license:MIT
|
||||
;(c) 2020 by Frank M.
|
||||
|
||||
!cpu 6502
|
||||
!to "build/PRELAUNCH/SPACE.EGGS",plain
|
||||
*=$106
|
||||
|
||||
!source "src/prelaunch/common.a"
|
||||
|
||||
+NEW_RESET_VECTOR $280
|
||||
+ENABLE_ACCEL
|
||||
|
||||
lda #$60
|
||||
sta $2056
|
||||
jsr $2000 ; decompress
|
||||
|
||||
+DISABLE_ACCEL
|
||||
jmp $4880 ; run it
|
||||
|
||||
!if * > $1C0 {
|
||||
!error "code is too large, ends at ", *
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user