While clearing my hobby-room i found my old ATARI 520 with Danish TOS on 6 chips. The machine do not work anymore, but i used my Eprom burner to make a copy of the chips. Now the question: how do i merge the 6 bin files into a working TOS image?
I'v attached the 6 files in a zip file
/Thomas
merge of TOS ROM bin files
Moderators: Mug UK, Zorro 2, spiny, Greenious, Moderator Team
merge of TOS ROM bin files
You do not have the required permissions to view the files attached to this post.
-
ppera
Re: merge of TOS ROM bin files
With a combination of tools.tssn wrote:While clearing my hobby-room i found my old ATARI 520 with Danish TOS on 6 chips. The machine do not work anymore, but i used my Eprom burner to make a copy of the chips. Now the question: how do i merge the 6 bin files into a working TOS image?
I'v attached the 6 files in a zip file
/Thomas
The rom is both split bytewise & divided in 256kbit eprom chunks.
To merge the chunks, you can first use the DOS copy command.
copy /b tosdk.L0+tosdk.L1+tosdk.L2 tosdk.Low
copy /b tosdk.H0+tosdk.H1+tosdk.H2 tosdk.Hi
to mix the hi/lo bytes together, you will need a third party program, several exist, I've attached an archive with a few tools for that purpose,
You do not have the required permissions to view the files attached to this post.
Check out the hardware preservation project: https://www.atari-forum.com/viewtopic.php?t=43023
And my old guide thread with various information: http://www.atari-forum.com/viewtopic.php?t=5040
And my old guide thread with various information: http://www.atari-forum.com/viewtopic.php?t=5040
Re: merge of TOS ROM bin files
As part of my efforts to fix my 1040STF I created two Python scripts to build a single image from 6 ROMs and to split from a single image to 6 ROMs for programming on chips.
You do not have the required permissions to view the files attached to this post.


