pad Willy Byte to avoid partial copy

This commit is contained in:
Peter Ferrie
2025-07-28 18:17:48 -07:00
parent 91ef8ad0f4
commit c96bebbe82
2 changed files with 2 additions and 4 deletions
+1 -1
View File
@@ -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
+1 -3
View File
@@ -349,6 +349,4 @@ callback4
}
accel_e
!if * > $D3FF {
!error "code is too large, ends at ", *
}
!fill $d400-*