mirror of
https://github.com/dschmenk/PLASMA.git
synced 2026-04-21 22:17:15 +00:00
Don't over-copy 65C02 routines
This commit is contained in:
@@ -1884,7 +1884,7 @@ OPCPY STA DST
|
||||
INC SRC
|
||||
BNE +
|
||||
INC SRC+1
|
||||
+
|
||||
+ DEY
|
||||
- LDA (SRC),Y
|
||||
STA (DST),Y
|
||||
DEY
|
||||
|
||||
Reference in New Issue
Block a user