mirror of
https://github.com/a2-4am/4cade.git
synced 2026-04-26 12:19:00 +00:00
pad Willy Byte to avoid partial copy
This commit is contained in:
@@ -29,12 +29,12 @@ not_iic1
|
||||
sta patch_iic + 1
|
||||
|
||||
not_iic2
|
||||
+READ_ROM_NO_WRITE
|
||||
ldx #(accel_e - accel)
|
||||
- lda accel, x
|
||||
sta callback1, x
|
||||
dex
|
||||
bpl -
|
||||
+READ_ROM_NO_WRITE
|
||||
lda #<callback1
|
||||
sta $414A
|
||||
lda #>callback1
|
||||
|
||||
@@ -349,6 +349,4 @@ callback4
|
||||
}
|
||||
accel_e
|
||||
|
||||
!if * > $D3FF {
|
||||
!error "code is too large, ends at ", *
|
||||
}
|
||||
!fill $d400-*
|
||||
|
||||
Reference in New Issue
Block a user