1
0
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:
Dave Schmenk
2018-03-02 21:54:03 -08:00
parent 8f408c8bbb
commit 28f6e11606
+1 -1
View File
@@ -1884,7 +1884,7 @@ OPCPY STA DST
INC SRC
BNE +
INC SRC+1
+
+ DEY
- LDA (SRC),Y
STA (DST),Y
DEY