add The Space Ark to the collection

This commit is contained in:
Peter Ferrie 2021-10-01 12:42:57 -07:00 committed by 4am
parent 6d0660d997
commit 02c59e45e9
5 changed files with 30 additions and 0 deletions

View File

@ -358,6 +358,7 @@
1111,THE.LAST.NINJA
1100,MM=The Movie Monster Game
0000,THE.SNAPPER
0000,THE.SPACE.ARK
0001,S2=The Spy Strikes Back
0010,THEXDER
0000,THIEF

BIN
res/TITLE.HGR/THE.SPACE.ARK Normal file

Binary file not shown.

View File

@ -333,6 +333,7 @@ THE.DAM.BUSTERS=Type(06),AuxType(4000),Access(C3)
THE.GOONIES=Type(06),AuxType(4000),Access(C3)
THE.HEIST=Type(06),AuxType(4000),Access(C3)
THE.SNAPPER=Type(06),AuxType(4000),Access(C3)
THE.SPACE.ARK=Type(06),AuxType(4000),Access(C3)
THEXDER=Type(06),AuxType(4000),Access(C3)
THIEF=Type(06),AuxType(4000),Access(C3)
THRESHOLD=Type(06),AuxType(4000),Access(C3)

Binary file not shown.

View File

@ -0,0 +1,28 @@
;license:MIT
;(c) 2021 by qkumba
!cpu 6502
!to "build/PRELAUNCH/THE.SPACE.ARK",plain
*=$106
!source "src/prelaunch/common.a"
+ENABLE_ACCEL
+NEW_RESET_VECTOR $120
lda #$60
sta $A27
jsr $800 ; load "DOS"
lda #$60
sta $B7A7
jsr $B700 ; decompress
+DISABLE_ACCEL
lda #0
jmp $B7A9
!if * > $1C0 {
!error "code is too large, ends at ", *
}