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
|
||||
;(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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user