Combine 2 files into 1#

To create one 16 KiB-ROM out of two 8 KiB ROMs, use the following method:

Windows: Go to the CMD shell and there to the directory, where the 2 files are, which should be combined, then type:

copy /b file1.rom+file2.rom allinone16k.rom

and the resulting rom file can be found in the same directory. Done. :-) ; thanks to JAC! from AtariAge

Mac: Start application Terminal and then type cd and a blank. Drag the folder, in which the 2 files are, directly behind the blank. Check with typing ls -a, whether the 2 files can be seen. Then type:

cat file1.rom file2.rom > allinone16k.rom

and the resulting rom file can be found in the same directory. Done. :-)

Add new attachment

Only authorized users are allowed to upload new attachments.
« This page (revision-5) was last changed on 03-Feb-2023 16:21 by Roland B. Wassenberg  
G’day (anonymous guest) My Prefs
© 2010-2021 AtariWiki
All content in the Wiki is licensed under Creative Commons Share Alike License, unless otherwise noted.
JSPWiki v2.8.3