mirror of
https://github.com/a2-4am/4cade.git
synced 2025-04-01 06:30:36 +00:00
Congo Bongo reset vector (#123)
This commit is contained in:
parent
9e91502abf
commit
ace9918432
@ -1,5 +1,5 @@
|
||||
;license:MIT
|
||||
;(c) 2020 by qkumba
|
||||
;(c) 2020 by qkumba/Frank M.
|
||||
|
||||
!cpu 6502
|
||||
!to "build/PRELAUNCH/CONGO.BONGO",plain
|
||||
@ -18,6 +18,12 @@
|
||||
sta $cf7 ; patch - don't increase lives
|
||||
sta $1099 ; patch - don't decrease lives
|
||||
+
|
||||
lda #$30 ; reset vector fixes
|
||||
sta $C02
|
||||
lda #$03
|
||||
sta $C0A
|
||||
+NEW_RESET_VECTOR $330
|
||||
|
||||
+DISABLE_ACCEL
|
||||
jmp $c00
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user