]> Shamusworld >> Repos - rmac/blobdiff - object.c
Files missed in the last commit. :-P
[rmac] / object.c
index 78c225fdd1e0e23e6f43d96dd961cecae3c497a5..f7ac8a79cda5cfde83d6bbced6cb0c27cbfa9a46 100644 (file)
--- a/object.c
+++ b/object.c
@@ -831,6 +831,11 @@ for(int j=0; j<i; j++)
                // Just write the object file
                m6502obj(fd);
        }
+       else if (obj_format == C64PRG)
+       {
+               // Just write the object file
+               m6502c64(fd);
+       }
        else if (obj_format == P56 || obj_format == LOD)
        {
                // Allocate 6MB object file image memory