Fix AE crash on IIgs (#515)

This commit is contained in:
Tom Greene 2022-10-23 10:52:07 -04:00 committed by GitHub
parent f0a06bca56
commit 5773dbc866
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -26,6 +26,10 @@
sta $773 ; patch - don't decrease lives
+
jsr DisableAccelerator
lda #$8d ; fix opcode overwritten by
sta $07fe ; Laser accelerator code
+READ_ROM_NO_WRITE
jmp $68E