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:
parent
6db5e09723
commit
a55d95f2cb
@ -141,7 +141,7 @@ inline void vera_upload(int24 address, pointer source, byte size) {
|
|||||||
asm {
|
asm {
|
||||||
? ldy #0
|
? ldy #0
|
||||||
__vera_upload_loop:
|
__vera_upload_loop:
|
||||||
? lda (__reg),y
|
? lda (source),y
|
||||||
! sta vera_data1
|
! sta vera_data1
|
||||||
? iny
|
? iny
|
||||||
? cpy size
|
? cpy size
|
||||||
|
Loading…
Reference in New Issue
Block a user