mirror of
https://github.com/a2-4am/4cade.git
synced 2025-01-15 20:30:11 +00:00
26 lines
470 B
Plaintext
Executable File
26 lines
470 B
Plaintext
Executable File
;license:MIT
|
|
;(c) 2019-2020 by Frank M.
|
|
|
|
!cpu 6502
|
|
!to "build/PRELAUNCH/SWASHBUCKLER",plain
|
|
*=$106
|
|
|
|
!source "src/prelaunch/common.a"
|
|
|
|
;+ENABLE_ACCEL ; can't
|
|
lda #$60
|
|
sta $332C ; stop1
|
|
jsr $330F ; decompress
|
|
|
|
lda #$60
|
|
sta $BC81 ; stop2
|
|
jsr $BC00 ; title
|
|
|
|
+NEW_RESET_VECTOR $BFF0
|
|
|
|
jmp $1B34
|
|
|
|
!if * > $1C0 {
|
|
!error "code is too large, ends at ", *
|
|
}
|