;license:MIT ;(c) 2021-2022 by Frank M., qkumba !cpu 6502 !to "build/PRELAUNCH.INDEXED/CF",plain *=$106 !source "src/macros.a" ;+ENABLE_ACCEL ; shows title +NEW_RESET_VECTOR $280 lda #$60 sta $40B1 jsr $4000 +GET_MACHINE_STATUS and #CHEATS_ENABLED beq + lda #$30 sta $60C6 sta $60C7 ; patch - don't decrease hits + jmp $D566 !if * > $1C0 { !error "code is too large, ends at ", * }