Page 2 of 2

Re: Tools for converting Dragon DOS <-> DECB and CAS->DECB

Posted: Sat Dec 14, 2013 1:16 am
by tormod
Note that image-patcher parses segmented DECB binaries, so it can easily be modified to convert segmented DECB binaries into simple ones... Give it an empty file as original file, and patch the code to write out the DECB header and tail. It can base the "offset" on the first segment (assuming further segments loads at higher addresses), alternatively use an offset of zero and cut away the unused bytes afterwards when the lowest address can be determined.

Re: Tools for converting Dragon DOS <-> DECB and CAS->DECB

Posted: Sat Dec 14, 2013 2:17 am
by zephyr
Thanks for all the help, Tormod. :) The modified source code and Win32 binaries are attached.