I'm searching for a way to merge 2 binary files, so that the resulting file has:
1st byte from 1st file
2nd byte from 2nd file
3rd byte from 1st file
4th byte from 2nd file
5th byte from 1st file
6th byte from 2nd file
and so on.
Basically I want to merge the Mega-Tech Tetris dump in MAME to compare it with the normal cart dump we have now.
The 2 parts are splitted byte-by-byte.
===============================================
Re: Strange request \ ||CUE|| on 31st January 2008, 11:00 wrote:
There are lot of programs in the net to split/unsplit files (odd/even bytes)
Result: Same as "Sega - Mega Drive / Genesis", "Tetris (Japan).md"
===============================================
Re: Strange request \ gigadeath on 31st January 2008, 11:02 wrote:
Thanks Can you list any of this programs?There are lot of programs in the net to split/unsplit files (odd/even bytes)
Result: Same as "Sega - Mega Drive / Genesis", "Tetris (Japan).md"
===============================================
Re: Strange request \ ||CUE|| on 31st January 2008, 11:27 wrote:
I have just done this simple program and it tested with your files (source and exe included).
Usage: mergesplit FINALFILE FILE1SPLITED FILE2SPLITED
===============================================
Re: Strange request \ gigadeath on 31st January 2008, 12:03 wrote:
So fast! Thanks, works perfectly.I have just done this simple program and it tested with your files (source and exe included).
Usage: mergesplit FINALFILE FILE1SPLITED FILE2SPLITED
I guess now we can save the thousand of euros needed to buy one of the few MD Tetris cart out there
