1
0
mirror of https://github.com/KarolS/millfork.git synced 2024-11-01 05:05:32 +00:00

Fix vera_upload

This commit is contained in:
Karol Stasiak 2019-10-23 11:02:44 +02:00
parent 6db5e09723
commit a55d95f2cb

View File

@ -141,7 +141,7 @@ inline void vera_upload(int24 address, pointer source, byte size) {
asm {
? ldy #0
__vera_upload_loop:
? lda (__reg),y
? lda (source),y
! sta vera_data1
? iny
? cpy size