FreeCalypso > hg > freecalypso-reveng
changeset 309:493f73198267
dspanal: char2coff works now
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Mon, 28 Oct 2019 06:09:28 +0000 |
parents | f8344bc4fd61 |
children | ae39d76d5b7a |
files | dspanal/coffout.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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);