add Starglider to the collection

This commit is contained in:
Peter Ferrie 2020-05-07 20:06:00 -07:00
parent f54c9257b0
commit 8a649a3a12
5 changed files with 25 additions and 0 deletions

View File

@ -246,6 +246,7 @@
1000,STARBLASTER
0000,STAR.BLAZER
1000,STARGATE
1000,STARGLIDER
0000,STAR.THIEF
0000,STATION.5
0000,STELLAR.7

BIN
res/TITLE.HGR/STARGLIDER Normal file

Binary file not shown.

View File

@ -220,6 +220,7 @@ STAR.BLAZER=Type(06),AuxType(4000),Access(C3)
STAR.THIEF=Type(06),AuxType(4000),Access(C3)
STARBLASTER=Type(06),AuxType(4000),Access(C3)
STARGATE=Type(06),AuxType(4000),Access(C3)
STARGLIDER=Type(06),AuxType(4000),Access(C3)
STATION.5=Type(06),AuxType(4000),Access(C3)
STELLAR.7=Type(06),AuxType(4000),Access(C3)
SUCCESSION=Type(06),AuxType(4000),Access(C3)

Binary file not shown.

View File

@ -0,0 +1,23 @@
;license:MIT
;(c) 2020 by qkumba
!cpu 6502
!to "build/PRELAUNCH/STARGLIDER",plain
*=$106
!source "src/prelaunch/common.a"
+ENABLE_ACCEL
lda #$60
sta $80FE
jsr $800 ; decompress
jsr DisableAccelerator
jsr $B8C2
+LC_REBOOT
inc $3F4
jmp $B840
!if * > $1C0 {
!error "code is too large, ends at ", *
}