mirror of
https://github.com/a2-4am/4cade.git
synced 2024-12-26 20:30:29 +00:00
add Dino Smurf to the collection
This commit is contained in:
parent
2af1a0a076
commit
1f7c227e4e
@ -68,6 +68,7 @@
|
|||||||
0001,DIAMOND.MINE
|
0001,DIAMOND.MINE
|
||||||
0001,DIG.DUG
|
0001,DIG.DUG
|
||||||
1001,DINO.EGGS
|
1001,DINO.EGGS
|
||||||
|
1001,DINO.SMURF
|
||||||
1001,DONKEY.KONG
|
1001,DONKEY.KONG
|
||||||
1001,DRELBS
|
1001,DRELBS
|
||||||
0001,DROL
|
0001,DROL
|
||||||
|
BIN
res/TITLE.HGR/DINO.SMURF
Normal file
BIN
res/TITLE.HGR/DINO.SMURF
Normal file
Binary file not shown.
@ -61,6 +61,7 @@ DEFENDER=Type(06),AuxType(4000),Access(C3)
|
|||||||
DIAMOND.MINE=Type(06),AuxType(4000),Access(C3)
|
DIAMOND.MINE=Type(06),AuxType(4000),Access(C3)
|
||||||
DIG.DUG=Type(06),AuxType(4000),Access(C3)
|
DIG.DUG=Type(06),AuxType(4000),Access(C3)
|
||||||
DINO.EGGS=Type(06),AuxType(4000),Access(C3)
|
DINO.EGGS=Type(06),AuxType(4000),Access(C3)
|
||||||
|
DINO.SMURF=Type(06),AuxType(4000),Access(C3)
|
||||||
DONKEY.KONG=Type(06),AuxType(4000),Access(C3)
|
DONKEY.KONG=Type(06),AuxType(4000),Access(C3)
|
||||||
DRELBS=Type(06),AuxType(4000),Access(C3)
|
DRELBS=Type(06),AuxType(4000),Access(C3)
|
||||||
DROL=Type(06),AuxType(4000),Access(C3)
|
DROL=Type(06),AuxType(4000),Access(C3)
|
||||||
|
BIN
res/dsk/dino smurf PRODOS (san incn pack).po
Normal file
BIN
res/dsk/dino smurf PRODOS (san incn pack).po
Normal file
Binary file not shown.
@ -60,7 +60,6 @@ Jawbreaker ][ [priority]
|
|||||||
|
|
||||||
//other
|
//other
|
||||||
Battle Chess [DHGR]
|
Battle Chess [DHGR]
|
||||||
Dino Smurf [priority]
|
|
||||||
|
|
||||||
//TODO(woz-imaged but uncracked)
|
//TODO(woz-imaged but uncracked)
|
||||||
Alien Lander
|
Alien Lander
|
||||||
|
24
src/prelaunch/dino.smurf.a
Normal file
24
src/prelaunch/dino.smurf.a
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
;license:MIT
|
||||||
|
;(c) 2020 by qkumba
|
||||||
|
|
||||||
|
!cpu 6502
|
||||||
|
!to "build/PRELAUNCH/DINO.SMURF",plain
|
||||||
|
*=$106
|
||||||
|
|
||||||
|
!source "src/prelaunch/common.a"
|
||||||
|
|
||||||
|
+ENABLE_ACCEL
|
||||||
|
lda #$60
|
||||||
|
sta $2183
|
||||||
|
jsr $2100 ; decompress
|
||||||
|
+GET_MACHINE_STATUS
|
||||||
|
and #CHEATS_ENABLED
|
||||||
|
beq +
|
||||||
|
lda #$ad
|
||||||
|
sta $1895 ; patch - don't decrease lives
|
||||||
|
+ +DISABLE_ACCEL
|
||||||
|
jmp $A892
|
||||||
|
|
||||||
|
!if * > $1C0 {
|
||||||
|
!error "code is too large, ends at ", *
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user