mirror of
https://github.com/a2-4am/4cade.git
synced 2025-08-15 12:27:32 +00:00
cheat for Matterhorn Screamer (#141)
This commit is contained in:
@@ -125,7 +125,7 @@
|
|||||||
1100,MARBLE.MADNESS
|
1100,MARBLE.MADNESS
|
||||||
0001,MARIO.BROS=Mario Bros.
|
0001,MARIO.BROS=Mario Bros.
|
||||||
1001,MATING.ZONE
|
1001,MATING.ZONE
|
||||||
0110,MATTERHORN=Matterhorn Screamer
|
0111,MATTERHORN=Matterhorn Screamer
|
||||||
1000,MINER.2049ER
|
1000,MINER.2049ER
|
||||||
1001,MINER.2049.II=Miner 2049er II
|
1001,MINER.2049.II=Miner 2049er II
|
||||||
1001,MINGS.CHALLENGE=Ming's Challenge
|
1001,MINGS.CHALLENGE=Ming's Challenge
|
||||||
|
20
src/prelaunch/matterhorn.a
Normal file
20
src/prelaunch/matterhorn.a
Normal file
@@ -0,0 +1,20 @@
|
|||||||
|
;license:MIT
|
||||||
|
;(c) 2020 by Tom Greene
|
||||||
|
|
||||||
|
!cpu 6502
|
||||||
|
!to "build/PRELAUNCH/MATTERHORN",plain
|
||||||
|
*=$106
|
||||||
|
|
||||||
|
!source "src/prelaunch/common.a"
|
||||||
|
|
||||||
|
|
||||||
|
+GET_MACHINE_STATUS
|
||||||
|
and #CHEATS_ENABLED
|
||||||
|
beq +
|
||||||
|
lda #$2C
|
||||||
|
sta $5255 ; do not decrement lives
|
||||||
|
+ jmp $2000
|
||||||
|
|
||||||
|
!if * > $1C0 {
|
||||||
|
!error "code is too large, ends at ", *
|
||||||
|
}
|
Reference in New Issue
Block a user