Page 1 of 2
ROM merge program ?
Posted: 02 Apr 2018 18:58
by exxos
Don't think I have ever needed to merge 2x 8bit ROM's into 16bit one before.. no idea what program will do it ?
Re: ROM merge program ?
Posted: 02 Apr 2018 19:50
by krupkaj
Re: ROM merge program ?
Posted: 02 Apr 2018 22:12
by exxos
Thanks, can't figure it out, docs not english and google translate isn't helping :( I will write a script to do it when I get chance.
Re: ROM merge program ?
Posted: 03 Apr 2018 09:42
by krupkaj
Here is example how to merge 256k TOS:
Code: Select all
# Set Buffer
bufsize 256k
# Set Working Dir
chdir H:\TOS
# Pull the HI (EVEN) and LO (ODD) ROMs into the buffer
load TOSHI.BIN 0 128k all -> 0 even
load TOSLO.BIN 0 128k all -> 0 odd
#Dump the buffer to file
save TOS.IMG 256k <- 0 all
Re: ROM merge program ?
Posted: 03 Apr 2018 14:42
by exxos
Still don't get it.. :roll: Run the TTP ? Can only end one line there.. looks more like some command line stuff like DOS.. I only even run GEM and even thats under steem..
Could you merge these 2 file for me please ? I only want to test my ROM cart at the moment. Once I have a working dump file I can do a script to merge the rest of the stuff at a later time.
ROM.zip
Re: ROM merge program ?
Posted: 03 Apr 2018 18:31
by crashman
Like this?
winhex can do it.
it's an HEx editor for windows.
Full.zip
Re: ROM merge program ?
Posted: 03 Apr 2018 18:34
by crashman
And I found it's an old version... perhaps do you like those.
Atari Test Cart Original Roms.zip
Re: ROM merge program ?
Posted: 03 Apr 2018 18:44
by exxos
crashman wrote: 03 Apr 2018 18:31
Like this?
winhex can do it.
it's an HEx editor for windows.
Full.zip
I use winhex, but don't know if it does high low byte merging ? I can merge rom "one after the other" but that isn't what I am doing.. Not sure how you did it ?
Re: ROM merge program ?
Posted: 03 Apr 2018 18:45
by exxos
crashman wrote: 03 Apr 2018 18:34
And I found it's an old version... perhaps do you like those.
Atari Test Cart Original Roms.zip
ah single images.. where you find those ?
Re: ROM merge program ?
Posted: 03 Apr 2018 19:59
by crashman
I found them on several sites.
I have different test carts myself...
WinHex Unify.jpg
photo_2018-03-01_17-28-47.jpg
photo_2018-04-03_20-58-08.jpg