1
0
mirror of https://github.com/dschmenk/PLASMA.git synced 2025-01-10 21:30:04 +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

View File

@ -1884,7 +1884,7 @@ OPCPY STA DST
INC SRC
BNE +
INC SRC+1
+
+ DEY
- LDA (SRC),Y
STA (DST),Y
DEY