Congo Bongo reset vector (#123)

This commit is contained in:
frankmilliron 2020-03-05 18:27:24 -08:00 committed by GitHub
parent 9e91502abf
commit ace9918432
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/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