Here are also the latest Atari firmwares:
tf53x_2019_10_22_ATARI_alpha.zip
(No changes for the TF534, but it includes an
*untested* TF530r3 build)
Source is here:
https://github.com/agranlund/tf534
Wow! This looks very promising!
Thanks, yeah this is a much nicer and easier setup than those individual ram-loaders I did earlier for 2.06 and EmuTOS.
What do You think, will this work on STe with Kludges plcc adapter?
I think the main obstacle would be the Blitter, so for general use it would probably not work that great.
Technically the Blitter works fine with the TF cards as long as you only blit to-and-from ST-RAM, the issue is being able to make certain that is always 100% the case..
Perhaps it would be an idea to make the TF firmware hide the Blitter so that it cannot cause issues.
But even then, if something assume it exists just because the machine is an STE then it will probably freak out.
It would be really cool if we could find a way to be able to use it though..
Either by having to run some program to unhide it before running a blitter-enabled game, or something more elaborate like letting the TF firmware act as some kind of man-in-the-middle. It could allow the blitter hardware for ST-RAM blits but generate an exception if it tries to blit to/from FastRAM, which would then perform the blit in software instead. In theory anyway... I have no idea if it would actually work :)
On the STE, I assume you probably don't want to play DMA samples from FastRAM either..