add Captain Power to the collection

This commit is contained in:
Peter Ferrie 2021-03-23 08:35:16 -07:00
parent a1275fca57
commit dc0be7642f
6 changed files with 18 additions and 1 deletions

View File

@ -64,6 +64,7 @@
0001,CB=Cannonball Blitz
0001,CANYON.CLIMBER
0000,CG=Captain Goodnight
0001,CP=Captain Power
0002,CS=Castle Smurfenstein
0002,CW=Castle Wolfenstein
1001,CC=Caverns of Callisto

BIN
res/TITLE.HGR/CP Normal file

Binary file not shown.

View File

@ -77,6 +77,7 @@ CONGO=Type(06),AuxType(4000),Access(C3)
CONGO.BONGO=Type(06),AuxType(4000),Access(C3)
COSMIC.COMBAT=Type(06),AuxType(4000),Access(C3)
COUNTY.FAIR=Type(06),AuxType(4000),Access(C3)
CP=Type(06),AuxType(4000),Access(C3)
CR=Type(06),AuxType(4000),Access(C3)
CRAZY.MAZEY=Type(06),AuxType(4000),Access(C3)
CRIME.WAVE=Type(06),AuxType(4000),Access(C3)

Binary file not shown.

View File

@ -6,7 +6,7 @@
; YE OLDE GRAND UNIFIED MEMORY MAP
;
; LC RAM BANK 1
; D000..E7E3 - persistent data structures (gGlobalPrefsStore, gGamesListStore)
; D000..E7F7 - persistent data structures (gGlobalPrefsStore, gGamesListStore)
; E92D..FFF1 - main program code
; FFF2..FFF9 - API functions and global constants available for main program
; code, prelaunchers, transition effects, &c.

View File

@ -0,0 +1,15 @@
;license:MIT
;(c) 2021 by qkumba
!cpu 6502
!to "build/PRELAUNCH/CP",plain
*=$106
!source "src/prelaunch/common.a"
+LC_REBOOT
jmp $800
!if * > $1C0 {
!error "code is too large, ends at ", *
}