fix Pentapus reset (#196)

This commit is contained in:
frankmilliron 2020-05-11 19:18:46 -07:00 committed by GitHub
parent 85e5dc279c
commit 60f26731c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,5 @@
;license:MIT
;(c) 2020 by qkumba
;(c) 2020 by qkumba/Frank M.
!cpu 6502
!to "build/PRELAUNCH/PENTAPUS",plain
@ -23,6 +23,11 @@ callback
sta $685F ; patch - don't increase lives
sta $8F2B ; patch - don't decrease lives
+
ldx #0
stx $806
inx
stx $807 ; reset back to TR
+DISABLE_ACCEL
jmp $800