mirror of
https://github.com/a2-4am/4cade.git
synced 2025-08-15 12:27:32 +00:00
fix off-by-1 bug
This commit is contained in:
@@ -27,9 +27,9 @@ start
|
|||||||
!pseudopc 0 {
|
!pseudopc 0 {
|
||||||
loop1 ldy #0
|
loop1 ldy #0
|
||||||
loop2 ldx #1
|
loop2 ldx #1
|
||||||
loop3 lda shrlo-1, x
|
loop3 lda shrlo, x
|
||||||
sta <dst+1
|
sta <dst+1
|
||||||
lda shrhi-1, x
|
lda shrhi, x
|
||||||
sta <dst+2
|
sta <dst+2
|
||||||
lda (<dst+1), y
|
lda (<dst+1), y
|
||||||
dst sta $0000, y ; SMC
|
dst sta $0000, y ; SMC
|
||||||
|
Reference in New Issue
Block a user