mirror of
https://github.com/a2-4am/4cade.git
synced 2025-02-18 14:30:52 +00:00
add The Voyage of the Valkyrie to the collection
This commit is contained in:
parent
ec75820f64
commit
2eb7b01138
@ -377,6 +377,7 @@
|
|||||||
0000,VIDEO.VEGAS
|
0000,VIDEO.VEGAS
|
||||||
0001,VINDICATOR
|
0001,VINDICATOR
|
||||||
0000,VORTEX
|
0000,VORTEX
|
||||||
|
1000,VV=The Voyage of the Valkyrie
|
||||||
0000,WARP.DESTROYER
|
0000,WARP.DESTROYER
|
||||||
0001,WAVY.NAVY
|
0001,WAVY.NAVY
|
||||||
0000,WAYOUT
|
0000,WAYOUT
|
||||||
|
1
res/TITLE.HGR/VV
Normal file
1
res/TITLE.HGR/VV
Normal file
File diff suppressed because one or more lines are too long
@ -352,6 +352,7 @@ UD=Type(06),AuxType(4000),Access(C3)
|
|||||||
VIDEO.VEGAS=Type(06),AuxType(4000),Access(C3)
|
VIDEO.VEGAS=Type(06),AuxType(4000),Access(C3)
|
||||||
VINDICATOR=Type(06),AuxType(4000),Access(C3)
|
VINDICATOR=Type(06),AuxType(4000),Access(C3)
|
||||||
VORTEX=Type(06),AuxType(4000),Access(C3)
|
VORTEX=Type(06),AuxType(4000),Access(C3)
|
||||||
|
VV=Type(06),AuxType(4000),Access(C3)
|
||||||
WARP.DESTROYER=Type(06),AuxType(4000),Access(C3)
|
WARP.DESTROYER=Type(06),AuxType(4000),Access(C3)
|
||||||
WAVY.NAVY=Type(06),AuxType(4000),Access(C3)
|
WAVY.NAVY=Type(06),AuxType(4000),Access(C3)
|
||||||
WAYOUT=Type(06),AuxType(4000),Access(C3)
|
WAYOUT=Type(06),AuxType(4000),Access(C3)
|
||||||
|
BIN
res/dsk/the voyage of the valkyrie PRODOS (san inc pack).po
Normal file
BIN
res/dsk/the voyage of the valkyrie PRODOS (san inc pack).po
Normal file
Binary file not shown.
@ -5,7 +5,6 @@ Oil's Well
|
|||||||
//woz but no crack
|
//woz but no crack
|
||||||
Apple-Oids (California Pacific)
|
Apple-Oids (California Pacific)
|
||||||
Chip Out (California Pacific)
|
Chip Out (California Pacific)
|
||||||
Voyage of the Valkyrie (Sams)
|
|
||||||
|
|
||||||
//flux but no woz
|
//flux but no woz
|
||||||
Grapple (In-Soft)
|
Grapple (In-Soft)
|
||||||
|
23
src/prelaunch/voyage.valkyrie.a
Normal file
23
src/prelaunch/voyage.valkyrie.a
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
;license:MIT
|
||||||
|
;(c) 2021 by qkumba
|
||||||
|
|
||||||
|
!cpu 6502
|
||||||
|
!to "build/PRELAUNCH.INDEXED/VV",plain
|
||||||
|
*=$106
|
||||||
|
|
||||||
|
!source "src/prelaunch/common.a"
|
||||||
|
|
||||||
|
+ENABLE_ACCEL
|
||||||
|
lda #<callback
|
||||||
|
sta $A52
|
||||||
|
lda #>callback
|
||||||
|
sta $A53
|
||||||
|
jmp $800 ; load "DOS"
|
||||||
|
|
||||||
|
callback
|
||||||
|
+DISABLE_ACCEL
|
||||||
|
jmp $9D84
|
||||||
|
|
||||||
|
!if * > $1C0 {
|
||||||
|
!error "code is too large, ends at ", *
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user