4cade/src/prelaunch/matterhorn.a

21 lines
365 B
Plaintext
Raw Permalink Normal View History

2020-03-25 23:08:35 +00:00
;license:MIT
;(c) 2020 by Tom Greene
!cpu 6502
!to "build/PRELAUNCH.INDEXED/MS",plain
2020-03-25 23:08:35 +00:00
*=$106
!source "src/macros.a"
2020-03-25 23:08:35 +00:00
+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 ", *
}