You will not be able to post if you are still using Microsoft email addresses such as Hotmail etc
See here for more information viewtopic.php?f=20&t=7296
See here for more information viewtopic.php?f=20&t=7296
ROM merge program ?
ROM merge program ?
Don't think I have ever needed to merge 2x 8bit ROM's into 16bit one before.. no idea what program will do it ?
https://www.exxosforum.co.uk/atari/ All my hardware guides - mods - games - STOS
https://www.exxosforum.co.uk/atari/store2/ - All my hardware mods for sale - Please help support by making a purchase.
viewtopic.php?f=17&t=1585 Have you done the Mandatory Fixes ?
Just because a lot of people agree on something, doesn't make it a fact. ~exxos ~
People should find solutions to problems, not find problems with solutions.
https://www.exxosforum.co.uk/atari/store2/ - All my hardware mods for sale - Please help support by making a purchase.
viewtopic.php?f=17&t=1585 Have you done the Mandatory Fixes ?
Just because a lot of people agree on something, doesn't make it a fact. ~exxos ~
People should find solutions to problems, not find problems with solutions.
Re: ROM merge program ?
I use rommix from pinatubo package
https://www.schwingen.org/files/pinatubo/
https://www.schwingen.org/files/pinatubo/
Re: ROM merge program ?
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.

https://www.exxosforum.co.uk/atari/ All my hardware guides - mods - games - STOS
https://www.exxosforum.co.uk/atari/store2/ - All my hardware mods for sale - Please help support by making a purchase.
viewtopic.php?f=17&t=1585 Have you done the Mandatory Fixes ?
Just because a lot of people agree on something, doesn't make it a fact. ~exxos ~
People should find solutions to problems, not find problems with solutions.
https://www.exxosforum.co.uk/atari/store2/ - All my hardware mods for sale - Please help support by making a purchase.
viewtopic.php?f=17&t=1585 Have you done the Mandatory Fixes ?
Just because a lot of people agree on something, doesn't make it a fact. ~exxos ~
People should find solutions to problems, not find problems with solutions.
Re: ROM merge program ?
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 ?
Still don't get it..
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.

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.
https://www.exxosforum.co.uk/atari/ All my hardware guides - mods - games - STOS
https://www.exxosforum.co.uk/atari/store2/ - All my hardware mods for sale - Please help support by making a purchase.
viewtopic.php?f=17&t=1585 Have you done the Mandatory Fixes ?
Just because a lot of people agree on something, doesn't make it a fact. ~exxos ~
People should find solutions to problems, not find problems with solutions.
https://www.exxosforum.co.uk/atari/store2/ - All my hardware mods for sale - Please help support by making a purchase.
viewtopic.php?f=17&t=1585 Have you done the Mandatory Fixes ?
Just because a lot of people agree on something, doesn't make it a fact. ~exxos ~
People should find solutions to problems, not find problems with solutions.
Re: ROM merge program ?
Like this?
winhex can do it.
it's an HEx editor for windows.
winhex can do it.
it's an HEx editor for windows.
Re: ROM merge program ?
And I found it's an old version... perhaps do you like those.
Re: ROM merge program ?
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 ?crashman wrote: Tue Apr 03, 2018 6:31 pm Like this?
winhex can do it.
it's an HEx editor for windows.
Full.zip
https://www.exxosforum.co.uk/atari/ All my hardware guides - mods - games - STOS
https://www.exxosforum.co.uk/atari/store2/ - All my hardware mods for sale - Please help support by making a purchase.
viewtopic.php?f=17&t=1585 Have you done the Mandatory Fixes ?
Just because a lot of people agree on something, doesn't make it a fact. ~exxos ~
People should find solutions to problems, not find problems with solutions.
https://www.exxosforum.co.uk/atari/store2/ - All my hardware mods for sale - Please help support by making a purchase.
viewtopic.php?f=17&t=1585 Have you done the Mandatory Fixes ?
Just because a lot of people agree on something, doesn't make it a fact. ~exxos ~
People should find solutions to problems, not find problems with solutions.
Re: ROM merge program ?
ah single images.. where you find those ?crashman wrote: Tue Apr 03, 2018 6:34 pm And I found it's an old version... perhaps do you like those.
Atari Test Cart Original Roms.zip
https://www.exxosforum.co.uk/atari/ All my hardware guides - mods - games - STOS
https://www.exxosforum.co.uk/atari/store2/ - All my hardware mods for sale - Please help support by making a purchase.
viewtopic.php?f=17&t=1585 Have you done the Mandatory Fixes ?
Just because a lot of people agree on something, doesn't make it a fact. ~exxos ~
People should find solutions to problems, not find problems with solutions.
https://www.exxosforum.co.uk/atari/store2/ - All my hardware mods for sale - Please help support by making a purchase.
viewtopic.php?f=17&t=1585 Have you done the Mandatory Fixes ?
Just because a lot of people agree on something, doesn't make it a fact. ~exxos ~
People should find solutions to problems, not find problems with solutions.
Re: ROM merge program ?
I found them on several sites.
I have different test carts myself...
I have different test carts myself...