add Little Computer People to the collection

This commit is contained in:
Peter Ferrie 2020-04-02 21:13:57 -07:00
parent a8fef1579b
commit c375ffc71a
6 changed files with 21 additions and 1 deletions

View File

@ -124,6 +124,7 @@
0001,LANCASTER
1000,LASER.BOUNCE
0001,LAZER.SILK
0000,LITTLE.COMP.PPL=Little Computer People
0001,LODE.RUNNER
1000,LOST.TOMB
1000,MAD.BOMBER

Binary file not shown.

View File

@ -114,6 +114,7 @@ LADY.TUT=Type(06),AuxType(4000),Access(C3)
LANCASTER=Type(06),AuxType(4000),Access(C3)
LASER.BOUNCE=Type(06),AuxType(4000),Access(C3)
LAZER.SILK=Type(06),AuxType(4000),Access(C3)
LITTLE.COMP.PPL=Type(06),AuxType(4000),Access(C3)
LODE.RUNNER=Type(06),AuxType(4000),Access(C3)
LOST.TOMB=Type(06),AuxType(4000),Access(C3)
MAD.BOMBER=Type(06),AuxType(4000),Access(C3)

View File

@ -14,7 +14,6 @@ GBA Championship Basketball
Impossible Mission II [DHGR][priority]
Karate Champ [priority]
Kung Fu Master
Little Computer People [priority]
Lock 'N' Chase
Mad Rat
Marauder

View File

@ -0,0 +1,19 @@
;license:MIT
;(c) 2020 by qkumba
!cpu 6502
!to "build/PRELAUNCH/LITTLE.COMP.PPL",plain
*=$106
!source "src/prelaunch/common.a"
+ENABLE_ACCEL
lda #$60
sta $9F2
jsr $800 ; decompress
+DISABLE_ACCEL
jmp $6399
!if * > $1C0 {
!error "code is too large, ends at ", *
}