mirror of
https://github.com/a2-4am/4cade.git
synced 2024-12-26 04:33:10 +00:00
add Little Computer People to the collection
This commit is contained in:
parent
a8fef1579b
commit
c375ffc71a
@ -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
|
||||
|
BIN
res/TITLE.HGR/LITTLE.COMP.PPL
Normal file
BIN
res/TITLE.HGR/LITTLE.COMP.PPL
Normal file
Binary file not shown.
@ -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)
|
||||
|
BIN
res/dsk/little computer people PRODOS (san inc pack).po
Normal file
BIN
res/dsk/little computer people PRODOS (san inc pack).po
Normal file
Binary file not shown.
@ -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
|
||||
|
19
src/prelaunch/little.comp.ppl.a
Normal file
19
src/prelaunch/little.comp.ppl.a
Normal 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 ", *
|
||||
}
|
Loading…
Reference in New Issue
Block a user