add Raid Over Moscow to the collection

This commit is contained in:
Peter Ferrie 2020-05-04 18:10:33 -07:00
parent a4805d3731
commit 1df502cede
6 changed files with 23 additions and 1 deletions

View File

@ -192,6 +192,7 @@
1110,QIX
1000,QUADRANT.6112
0110,RADWARRIOR
0000,RAID.OVR.MOSCOW=Raid Over Moscow
0110,RAMPAGE
0001,RANDAMN
0000,RASTER.BLASTER

Binary file not shown.

View File

@ -172,6 +172,7 @@ PLASMANIA=Type(06),AuxType(4000),Access(C3)
POLLYWOG=Type(06),AuxType(4000),Access(C3)
POOYAN=Type(06),AuxType(4000),Access(C3)
QUADRANT.6112=Type(06),AuxType(4000),Access(C3)
RAID.OVR.MOSCOW=Type(06),AuxType(4000),Access(C3)
RANDAMN=Type(06),AuxType(4000),Access(C3)
RASTER.BLASTER=Type(06),AuxType(4000),Access(C3)
RED.ALERT=Type(06),AuxType(4000),Access(C3)

Binary file not shown.

View File

@ -56,7 +56,6 @@ Lunar Leepers
Peeping Tom
Pharoah's Revenge
Pulsar II
Raid Over Moscow [priority]
Realm of Impossibility
Retro-Ball
Roach Hotel

View File

@ -0,0 +1,21 @@
;license:MIT
;(c) 2019 by qkumba
!cpu 6502
!to "build/PRELAUNCH/RAID.OVR.MOSCOW",plain
*=$106
!source "src/prelaunch/common.a"
+ENABLE_ACCEL
lda #$60
sta $890
jsr $800 ; decompress
+NEW_RESET_VECTOR $190
+DISABLE_ACCEL
jmp $7600
!if * > $1C0 {
!error "code is too large, ends at ", *
}