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
This commit is contained in:
frankmilliron 2020-05-07 13:47:41 -07:00 committed by GitHub
parent 1cad7dc207
commit 8aa0854e50
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 30 additions and 2 deletions

View File

@ -19,4 +19,7 @@ Esc* * * * * * * * * * * * * * * * pause
Ctrl-S * * * * * * * * * * * * * * sound
Ctrl-R * * * * * * * * * * * * * restart
(space bar skips intro)
[eof]

24
res/GAMEHELP/FIGHT.NIGHT Normal file
View File

@ -0,0 +1,24 @@
Do you have what it takes
to be the best?
Fight 11 different opponents
and find out!
Esc* * * * * * * * * * * * * * * * pause
Ctrl-S * * * * * * * * * * *toggle sound
Ctrl-P * * * * * * * * * * *toggle music
Ctrl-R * * * * * * * * * * *restart game
Ctrl-A * * * * * * * * * *Atari joystick
Ctrl-P * * * * * * * * * *Apple joystick
[eof]

View File

@ -1,4 +1,4 @@
0001,A.E
1001,A.E
0000,AGENT.U.S.A
1110,AIRHEART
0001,ALCAZAR

View File

@ -1,5 +1,5 @@
;license:MIT
;(c) 2020 by qkumba
;(c) 2020 by qkumba/Frank M.
!cpu 6502
!to "build/PRELAUNCH/FIGHT.NIGHT",plain
@ -12,6 +12,7 @@
sta $A21
jsr $800 ; load "DOS"
+READ_RAM1_WRITE_RAM1
+LC_REBOOT
+DISABLE_ACCEL
jmp $B700