Fixed a bug
git-svn-id: svn://svn.cc65.org/cc65/trunk@2792 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -280,10 +280,10 @@ setup: sta ptr3
|
|||||||
sta ptr2+1 ; Get count into ptr2
|
sta ptr2+1 ; Get count into ptr2
|
||||||
|
|
||||||
ldy #EM_COPY::BUF+1
|
ldy #EM_COPY::BUF+1
|
||||||
lda (ptr1),y
|
lda (ptr3),y
|
||||||
tax
|
tax
|
||||||
dey
|
dey
|
||||||
lda (ptr1),y ; Get the buffer pointer into a/x
|
lda (ptr3),y ; Get the buffer pointer into a/x
|
||||||
|
|
||||||
ldy #RAMBANK
|
ldy #RAMBANK
|
||||||
sty IndReg
|
sty IndReg
|
||||||
|
|||||||
Reference in New Issue
Block a user