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

Hardware Hacking, Programming and Game Solutions/Cheats
User avatar
tormod
Posts: 416
Joined: Sat Apr 27, 2013 12:06 pm
Location: Switzerland
Contact:

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

Post 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.
zephyr
Posts: 1474
Joined: Mon Jul 21, 2008 1:18 am

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

Post by zephyr »

Thanks for all the help, Tormod. :) The modified source code and Win32 binaries are attached.
Attachments
m6809-computer-conv-tools+Win32-binaries.zip
(20.02 KiB) Downloaded 241 times
Post Reply