Skip to content

Commit 3a89f51

Browse files
authored
Merge pull request #262 from venomix666/master
Fix for c64.d64
2 parents d862b12 + 765646b commit 3a89f51

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/arch/commodore/build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ def mkusr(self, name, src: Target):
240240
title="cp/m-65: c64",
241241
items={
242242
"cpm": ".+c64_loader",
243-
"yload1541,u": ".+usr_yload1541",
243+
"&yload1541,u": ".+usr_yload1541",
244244
"bios,s": ".+c64_bios",
245245
},
246246
)

0 commit comments

Comments
 (0)