# HG changeset patch # User Mychaela Falconia # Date 1572242968 0 # Node ID 493f731982673371b659243a7f25fd252ab7c2bb # Parent f8344bc4fd61229abe8c0f6195f5257cd37af747 dspanal: char2coff works now diff -r f8344bc4fd61 -r 493f73198267 dspanal/coffout.c --- a/dspanal/coffout.c Mon Oct 28 05:20:50 2019 +0000 +++ b/dspanal/coffout.c Mon Oct 28 06:09:28 2019 +0000 @@ -46,7 +46,7 @@ write16(0); write16(0x0117); write16(0x0098); - dataptr = 0x22 + 0x28 * nsect; + dataptr = 0x16 + 0x28 * nsect; for (n = 0; n < nsect; n++) { sprintf(section_name, "chunk%03u", n); fwrite(section_name, 1, 8, outF);