mirror of
https://github.com/a2-4am/4cade.git
synced 2025-01-12 14:30:29 +00:00
fix Pentapus reset (#196)
This commit is contained in:
parent
85e5dc279c
commit
60f26731c7
@ -1,5 +1,5 @@
|
|||||||
;license:MIT
|
;license:MIT
|
||||||
;(c) 2020 by qkumba
|
;(c) 2020 by qkumba/Frank M.
|
||||||
|
|
||||||
!cpu 6502
|
!cpu 6502
|
||||||
!to "build/PRELAUNCH/PENTAPUS",plain
|
!to "build/PRELAUNCH/PENTAPUS",plain
|
||||||
@ -23,6 +23,11 @@ callback
|
|||||||
sta $685F ; patch - don't increase lives
|
sta $685F ; patch - don't increase lives
|
||||||
sta $8F2B ; patch - don't decrease lives
|
sta $8F2B ; patch - don't decrease lives
|
||||||
+
|
+
|
||||||
|
ldx #0
|
||||||
|
stx $806
|
||||||
|
inx
|
||||||
|
stx $807 ; reset back to TR
|
||||||
|
|
||||||
+DISABLE_ACCEL
|
+DISABLE_ACCEL
|
||||||
jmp $800
|
jmp $800
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user