add I.O. Silver to the collection

This commit is contained in:
Peter Ferrie 2020-03-23 14:37:38 -07:00
parent 3078fafc38
commit 2e57e25ae4
6 changed files with 24 additions and 1 deletions

View File

@ -105,6 +105,7 @@
1000,IMPOSSIBLE.MISS=Impossible Mission
0110,INDIANA.JONES
1000,INTL.GRAN.PRIX=International Gran Prix
0000,I.O.SILVER=I.O. Silver
0001,JOUST
0000,JUGGLER
0001,JUMPMAN

BIN
res/TITLE.HGR/I.O.SILVER Normal file

Binary file not shown.

View File

@ -93,6 +93,7 @@ HIGH.RISE=Type(06),AuxType(4000),Access(C3)
HORIZON.V=Type(06),AuxType(4000),Access(C3)
HUNGRYBOY=Type(06),AuxType(4000),Access(C3)
HYPER.HEAD.ON=Type(06),AuxType(4000),Access(C3)
I.O.SILVER=Type(06),AuxType(4000),Access(C3)
IKARI.WARRIORS=Type(06),AuxType(4000),Access(C3)
IMPOSSIBLE.MISS=Type(06),AuxType(4000),Access(C3)
INTL.GRAN.PRIX=Type(06),AuxType(4000),Access(C3)

Binary file not shown.

View File

@ -63,7 +63,6 @@ Mating Zone [priority]
//other
Battle Chess [DHGR]
IO Silver [priority]
Castle Smurfenstein
Dino Smurf

View File

@ -0,0 +1,22 @@
;license:MIT
;(c) 2020 by qkumba
!cpu 6502
!to "build/PRELAUNCH/I.O.SILVER",plain
*=$106
!source "src/prelaunch/common.a"
+ENABLE_ACCEL
lda #$60
sta $8BA
jsr $800 ; decompress
lda #$60
sta $B440
jsr $B436
+DISABLE_ACCEL
jmp $800
!if * > $1C0 {
!error "code is too large, ends at ", *
}