4cade/src/prelaunch/fight.night.a
frankmilliron 8aa0854e50
AE requires joystick / Fight Night gamehelp + fixes (#184)
* AE requires joystick

* AE looks for space bar between animations

* Fight Night game help

* Fight Night reset fix

* credit
2020-05-07 16:47:41 -04:00

23 lines
398 B
Plaintext

;license:MIT
;(c) 2020 by qkumba/Frank M.
!cpu 6502
!to "build/PRELAUNCH/FIGHT.NIGHT",plain
*=$106
!source "src/prelaunch/common.a"
+ENABLE_ACCEL
lda #$60
sta $A21
jsr $800 ; load "DOS"
+READ_RAM1_WRITE_RAM1
+LC_REBOOT
+DISABLE_ACCEL
jmp $B700
!if * > $1C0 {
!error "code is too large, ends at ", *
}