mirror of
https://github.com/a2-4am/4cade.git
synced 2024-11-26 17:49:43 +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"
|
!source "src/macros.a"
|
||||||
|
|
||||||
+ENABLE_ACCEL
|
jmp +
|
||||||
|
|
||||||
|
callback
|
||||||
|
+DISABLE_ACCEL
|
||||||
|
jmp $0918
|
||||||
|
|
||||||
|
+
|
||||||
|
+ENABLE_ACCEL
|
||||||
+NEW_RESET_VECTOR $BFF0
|
+NEW_RESET_VECTOR $BFF0
|
||||||
lda #>callback
|
lda #>callback
|
||||||
sta $2076
|
sta $2076
|
||||||
@ -15,10 +22,6 @@
|
|||||||
sta $2075
|
sta $2075
|
||||||
jmp $2000 ; decompress
|
jmp $2000 ; decompress
|
||||||
|
|
||||||
callback
|
|
||||||
+DISABLE_ACCEL
|
|
||||||
jmp $0918
|
|
||||||
|
|
||||||
!if * > $1C0 {
|
!if * > $1C0 {
|
||||||
!error "code is too large, ends at ", *
|
!error "code is too large, ends at ", *
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user