diff --git a/res/GAMES.CONF b/res/GAMES.CONF index 7a313475d..4fc2f96be 100755 --- a/res/GAMES.CONF +++ b/res/GAMES.CONF @@ -37,6 +37,7 @@ 0000,BLISTER.BALL 0000,BLOCKCHAIN=BlockChain 0001,BOLO +0100,BOP.N.WRESTLE=Bop'n Wrestle 0001,BORG 1001,BOULDER.DASH 0001,BOUNCING.KMNGAS=Bouncing Kamungas diff --git a/res/TITLE.HGR/BOP.N.WRESTLE b/res/TITLE.HGR/BOP.N.WRESTLE new file mode 100644 index 000000000..4154365d8 Binary files /dev/null and b/res/TITLE.HGR/BOP.N.WRESTLE differ diff --git a/res/TITLE.HGR/_FileInformation.txt b/res/TITLE.HGR/_FileInformation.txt index 72cff523b..10a47abd1 100644 --- a/res/TITLE.HGR/_FileInformation.txt +++ b/res/TITLE.HGR/_FileInformation.txt @@ -33,6 +33,7 @@ BLACK.MAGIC=Type(06),AuxType(4000),Access(C3) BLISTER.BALL=Type(06),AuxType(4000),Access(C3) BLOCKCHAIN=Type(06),AuxType(4000),Access(C3) BOLO=Type(06),AuxType(4000),Access(C3) +BOP.N.WRESTLE=Type(06),AuxType(4000),Access(C3) BORG=Type(06),AuxType(4000),Access(C3) BOULDER.DASH=Type(06),AuxType(4000),Access(C3) BOUNCING.KMNGAS=Type(06),AuxType(4000),Access(C3) diff --git a/res/dsk/bop'n wrestle PRODOS (san inc pack).po b/res/dsk/bop'n wrestle PRODOS (san inc pack).po new file mode 100644 index 000000000..95c9a9a15 Binary files /dev/null and b/res/dsk/bop'n wrestle PRODOS (san inc pack).po differ diff --git a/res/notes/wishlist.txt b/res/notes/wishlist.txt index d113461f7..de07e7fe5 100644 --- a/res/notes/wishlist.txt +++ b/res/notes/wishlist.txt @@ -29,7 +29,6 @@ World Karate Championship The World's Greatest Baseball Game //4am crack (unreleased) -Bop N Wrestle Congo Frazzle Galactic Attack diff --git a/src/prelaunch/bop.n.wrestle.a b/src/prelaunch/bop.n.wrestle.a new file mode 100644 index 000000000..2eb3c848d --- /dev/null +++ b/src/prelaunch/bop.n.wrestle.a @@ -0,0 +1,20 @@ +;license:MIT +;(c) 2020 by qkumba + +!cpu 6502 +!to "build/PRELAUNCH/BOP.N.WRESTLE",plain +*=$106 + + !source "src/prelaunch/common.a" + + +ENABLE_ACCEL + lda #$60 + sta $9F4 + jsr $800 ; load "DOS" + + +DISABLE_ACCEL + jmp $B700 + +!if * > $1C0 { + !error "code is too large, ends at ", * +}