diff --git a/res/GAMES.CONF b/res/GAMES.CONF index 76cbc81bd..68f51b959 100755 --- a/res/GAMES.CONF +++ b/res/GAMES.CONF @@ -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 diff --git a/res/TITLE.HGR/LITTLE.COMP.PPL b/res/TITLE.HGR/LITTLE.COMP.PPL new file mode 100644 index 000000000..fae178d45 Binary files /dev/null and b/res/TITLE.HGR/LITTLE.COMP.PPL differ diff --git a/res/TITLE.HGR/_FileInformation.txt b/res/TITLE.HGR/_FileInformation.txt index 63ad80e9e..e8b39661a 100644 --- a/res/TITLE.HGR/_FileInformation.txt +++ b/res/TITLE.HGR/_FileInformation.txt @@ -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) diff --git a/res/dsk/little computer people PRODOS (san inc pack).po b/res/dsk/little computer people PRODOS (san inc pack).po new file mode 100644 index 000000000..6b1a738f9 Binary files /dev/null and b/res/dsk/little computer people PRODOS (san inc pack).po differ diff --git a/res/notes/wishlist.txt b/res/notes/wishlist.txt index 1b8abe20a..be13459ed 100644 --- a/res/notes/wishlist.txt +++ b/res/notes/wishlist.txt @@ -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 diff --git a/src/prelaunch/little.comp.ppl.a b/src/prelaunch/little.comp.ppl.a new file mode 100644 index 000000000..392330bb5 --- /dev/null +++ b/src/prelaunch/little.comp.ppl.a @@ -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 ", * +}