mirror of
https://github.com/a2-4am/4cade.git
synced 2025-01-26 18:32:56 +00:00
add Bop'n Wrestle to the collection
This commit is contained in:
parent
414c5d3d25
commit
91c04f7341
@ -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
BIN
res/TITLE.HGR/BOP.N.WRESTLE
Normal file
Binary file not shown.
@ -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)
|
||||
|
BIN
res/dsk/bop'n wrestle PRODOS (san inc pack).po
Normal file
BIN
res/dsk/bop'n wrestle PRODOS (san inc pack).po
Normal file
Binary file not shown.
@ -29,7 +29,6 @@ World Karate Championship
|
||||
The World's Greatest Baseball Game
|
||||
|
||||
//4am crack (unreleased)
|
||||
Bop N Wrestle
|
||||
Congo
|
||||
Frazzle
|
||||
Galactic Attack
|
||||
|
20
src/prelaunch/bop.n.wrestle.a
Normal file
20
src/prelaunch/bop.n.wrestle.a
Normal 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 ", *
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user