mirror of
https://github.com/a2-4am/4cade.git
synced 2025-01-11 07:30:02 +00:00
add Wayout to the collection
This commit is contained in:
parent
ec8facb7f7
commit
3235186653
@ -293,6 +293,7 @@
|
||||
0000,VINDICATOR
|
||||
0000,WARP.DESTROYER
|
||||
0001,WAVY.NAVY
|
||||
0000,WAYOUT
|
||||
1111,WINGS.OF.FURY=Wings of Fury
|
||||
0000,WINTER.GAMES
|
||||
1001,XEVIOUS
|
||||
|
BIN
res/TITLE.HGR/WAYOUT
Normal file
BIN
res/TITLE.HGR/WAYOUT
Normal file
Binary file not shown.
@ -260,6 +260,7 @@ UP.N.DOWN=Type(06),AuxType(4000),Access(C3)
|
||||
VINDICATOR=Type(06),AuxType(4000),Access(C3)
|
||||
WARP.DESTROYER=Type(06),AuxType(4000),Access(C3)
|
||||
WAVY.NAVY=Type(06),AuxType(4000),Access(C3)
|
||||
WAYOUT=Type(06),AuxType(4000),Access(C3)
|
||||
WINTER.GAMES=Type(06),AuxType(4000),Access(C3)
|
||||
WOLFEN84=Type(06),AuxType(4000),Access(C3)
|
||||
XEVIOUS=Type(06),AuxType(4000),Access(C3)
|
||||
|
BIN
res/dsk/wayout PRODOS (san inc crack).po
Normal file
BIN
res/dsk/wayout PRODOS (san inc crack).po
Normal file
Binary file not shown.
@ -49,7 +49,6 @@ The Space Ark
|
||||
The Snapper
|
||||
Star Cruiser
|
||||
Trick Shot
|
||||
Wayout [priority]
|
||||
Zargs
|
||||
|
||||
//TODO(flux-imaged but not woz)
|
||||
|
27
src/prelaunch/wayout.a
Normal file
27
src/prelaunch/wayout.a
Normal file
@ -0,0 +1,27 @@
|
||||
;license:MIT
|
||||
;(c) 2020 by qkumba
|
||||
|
||||
!cpu 6502
|
||||
!to "build/PRELAUNCH/WAYOUT",plain
|
||||
*=$106
|
||||
|
||||
!source "src/prelaunch/common.a"
|
||||
|
||||
+ENABLE_ACCEL
|
||||
lda #$60
|
||||
sta $206A
|
||||
jsr $2000 ; decompress
|
||||
lda #$60
|
||||
sta $97DE
|
||||
jsr $979B ; decompress more
|
||||
lda #$60
|
||||
sta $8D75
|
||||
jsr $8D53 ; decompress even more
|
||||
lda #$20
|
||||
sta $8D75
|
||||
+DISABLE_ACCEL
|
||||
jmp $8D75
|
||||
|
||||
!if * > $1C0 {
|
||||
!error "code is too large, ends at ", *
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user