Yazwh0 / BitMagic

Repository that brings in other submodules for a complete envrionment
GNU General Public License v3.0
12 stars 1 forks source link

cc65 .cfg files dont need commas #115

Open Yazwh0 opened 4 months ago

Yazwh0 commented 4 months ago

For example both of these are valid

    BASICSTUB:load = MAIN,     type = ro;
    BASICSTUB:load = MAIN      type = ro;