add Bop'n Wrestle to the collection

This commit is contained in:
Peter Ferrie 2020-05-08 22:15:58 -07:00
parent 414c5d3d25
commit 91c04f7341
6 changed files with 22 additions and 1 deletions

View File

@ -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

BIN
res/TITLE.HGR/BOP.N.WRESTLE Normal file

Binary file not shown.

View File

@ -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)

Binary file not shown.

View File

@ -29,7 +29,6 @@ World Karate Championship
The World's Greatest Baseball Game
//4am crack (unreleased)
Bop N Wrestle
Congo
Frazzle
Galactic Attack

View File

@ -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 ", *
}