From f8db226277a8574a6ac745716f2a3fb76d4240f8 Mon Sep 17 00:00:00 2001 From: spotlessmind1975 Date: Fri, 23 Sep 2022 20:24:07 +0000 Subject: [PATCH] Added missing dload() implementation. --- ugbc/src/targets/c64/dload.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ugbc/src/targets/c64/dload.c b/ugbc/src/targets/c64/dload.c index d1c5a99b7..366933163 100755 --- a/ugbc/src/targets/c64/dload.c +++ b/ugbc/src/targets/c64/dload.c @@ -68,7 +68,7 @@ caratteri, a seconda del target. @usedInExample storage_example_01.bas -@target all +@target c64 */ Variable * dload( Environment * _environment, char * _target_name ) {