mirror of
https://github.com/a2-4am/4cade.git
synced 2025-04-11 12:38:05 +00:00
Merge branch 'main' of https://github.com/a2-4am/4cade
This commit is contained in:
commit
cc4d2cd2ca
Binary file not shown.
@ -7,7 +7,9 @@
|
||||
|
||||
!source "src/prelaunch/common.a"
|
||||
|
||||
reset
|
||||
+ENABLE_ACCEL
|
||||
+NEW_RESET_VECTOR reset
|
||||
lda #$60
|
||||
sta $9474
|
||||
sta $949A
|
||||
|
@ -7,7 +7,9 @@
|
||||
|
||||
!source "src/prelaunch/common.a"
|
||||
|
||||
reset
|
||||
+ENABLE_ACCEL
|
||||
+NEW_RESET_VECTOR reset
|
||||
lda #$60
|
||||
sta $1A6A
|
||||
jsr $1A00 ; decompress
|
||||
|
@ -38,8 +38,6 @@ main
|
||||
sta $B748
|
||||
lda #>callback1
|
||||
sta $B749
|
||||
lda #$D0
|
||||
sta $D85A ; disable keypress check
|
||||
jmp $B700
|
||||
|
||||
callback1
|
||||
|
Loading…
x
Reference in New Issue
Block a user