mirror of
https://github.com/a2-4am/4cade.git
synced 2024-11-22 21:32:39 +00:00
fix Miner 2049'er
This commit is contained in:
parent
2625f8948f
commit
40f96a77b6
Binary file not shown.
@ -7,7 +7,14 @@
|
||||
|
||||
!source "src/macros.a"
|
||||
|
||||
+ENABLE_ACCEL
|
||||
jmp +
|
||||
|
||||
callback
|
||||
+DISABLE_ACCEL
|
||||
jmp $0918
|
||||
|
||||
+
|
||||
+ENABLE_ACCEL
|
||||
+NEW_RESET_VECTOR $BFF0
|
||||
lda #>callback
|
||||
sta $2076
|
||||
@ -15,10 +22,6 @@
|
||||
sta $2075
|
||||
jmp $2000 ; decompress
|
||||
|
||||
callback
|
||||
+DISABLE_ACCEL
|
||||
jmp $0918
|
||||
|
||||
!if * > $1C0 {
|
||||
!error "code is too large, ends at ", *
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user