Chuck(G)
25k Member
Aren't ST floppies pretty much DOS-format 720K? Seems that I recall that by twitching the boot sector, they could be made to work on both.
What makes use of the extra RAM? I have 1MB ST1040 with color and mono monitors and was wondering about that RAM upgrade.
If anyone has parts for atari st floppy drives let me know.
Do you mean 520st? If so pm me.Sorry if I missed it somewhere, but does someone have pre-split files of Rainbow TOS 1.04? US would be nice. The whole image appears here:
TOS Images collection
www.avtandil.narod.ru
I have a 6 chip US 1.00 Atari 512ST I'm cleaning up, and I'd love to upgrade it before I put it back together. I have heaps of EPROMS, just need the files.
Edit: found them here https://www.exxosforum.co.uk/forum/viewtopic.php?t=817
Yes, I did, a typo there! Thanks and will do.Do you mean 520st? If so pm me.
Aren't ST floppies pretty much DOS-format 720K?
I'm looking at throwing a few games on this PCB for the time being, because I have some roms and PCBs on hand, but no HDD or FDD for my 520STM. Not a long term solution, but a fun project I hope.Im in the throws of trying to repair my 520ST. I have all the components to fix the keyboard. As of now the unit boots to TOS and immediately freezes. Im building a Diagnostic cartridge. Can someone tell me the most comprehensive diagnostic software for cartridge out there? Is there any new diag software still in development. Im pretty much a noob with Atari ST's. Ive got the basic eprom cartridges out there with 4 X 27c256kbit eproms on them that looks like the image below.
View attachment 1258040
#Remove 4x leading 0 bytes from .STC file to get .ROM file. Then:
$split -b 32768 Xenon_high.ROM
$mv xaa Xenon_high_03.ROM
$mv xab Xenon_high_04.ROM
$split -b 32768 Xenon_low.ROM
$mv xaa Xenon_low_03.ROM
$mv xab Xenon_low_04.ROM
-rw-rw-r--@ 1 alex staff 131076 Sep 1 2014 XENCRT2.STC
-rw-r--r--@ 1 alex staff 131072 Nov 8 22:47 XENCRT2.ROM
-rw-r--r-- 1 alex staff 65536 Nov 8 22:48 Xenon_high.ROM
-rw-r--r-- 1 alex staff 65536 Nov 8 22:48 Xenon_low.ROM
-rw-r--r-- 1 alex staff 32768 Nov 8 23:58 Xenon_high_03.ROM
-rw-r--r-- 1 alex staff 32768 Nov 8 23:58 Xenon_high_04.ROM
-rw-r--r-- 1 alex staff 32768 Nov 8 23:58 Xenon_low_03.ROM
-rw-r--r-- 1 alex staff 2768 Nov 8 23:58 Xenon_low_04.ROM
Exactly; the script logic I used originally splits them to High / Low which are the size of a 27C512. (https://github.com/dh219/Hi-Lo-Byte-Split). Once I run split -b on those, The resulting 32k files should fill 4 27c256's perfectly.Very cool. But since the board uses 27c256 eproms these will be cut in half?
I think I'm getting there. I did one thing backwards, Rom4 does come before Rom3 in address space, but this is easily fixable at this stage by just renaming the files right since I haven't burned any chips yet.Let us know. I wasnt aware of anyone getting games on cart for the ST so this is kinda fun.