add Infiltrator 2 to the collection

This commit is contained in:
Peter Ferrie 2021-08-09 20:18:10 -07:00
parent 9c8262dfd5
commit be4268cfb9
6 changed files with 26 additions and 1 deletions

View File

@ -163,6 +163,7 @@
0115,I2=Impossible Mission II
0110,INDIANA.JONES
1000,INFILTRATOR
1000,INFILTRATOR.2
0111,IE=Into the Eagle's Nest
0000,IP=It's the Pits
0000,IO=I.O. Silver

BIN
res/TITLE.HGR/INFILTRATOR.2 Normal file

Binary file not shown.

View File

@ -156,6 +156,7 @@ HYPER.HEAD.ON=Type(06),AuxType(4000),Access(C3)
I1=Type(06),AuxType(4000),Access(C3)
IKARI.WARRIORS=Type(06),AuxType(4000),Access(C3)
INFILTRATOR=Type(06),AuxType(4000),Access(C3)
INFILTRATOR.2=Type(06),AuxType(4000),Access(C3)
IO=Type(06),AuxType(4000),Access(C3)
IP=Type(06),AuxType(4000),Access(C3)
JAWBREAKER=Type(06),AuxType(4000),Access(C3)

Binary file not shown.

View File

@ -6,7 +6,7 @@
; YE OLDE GRAND UNIFIED MEMORY MAP
;
; LC RAM BANK 1
; D000..E917 - persistent data structures (gGlobalPrefsStore, gGamesListStore)
; D000..E8B5 - persistent data structures (gGlobalPrefsStore, gGamesListStore)
; E92D..FFF1 - main program code
; FFF2..FFF9 - API functions and global constants available for main program
; code, prelaunchers, transition effects, &c.

View File

@ -0,0 +1,23 @@
;license:MIT
;(c) 2021 by qkumba
!cpu 6502
!to "build/PRELAUNCH/INFILTRATOR.2",plain
*=$106
!source "src/prelaunch/common.a"
ldx #20
- lda newpath,x
sta $BFD0,x
dex
bpl -
jmp $800
newpath
!byte 20
!text "X/INFILTRATOR.2/GAME"
!if * > $1C0 {
!error "code is too large, ends at ", *
}