Page 2 of 2

Re: Emutos 192kb, IDE Altram question

Posted: 30 Jun 2025 17:35
by BlankVector
Oldskool wrote: 30 Jun 2025 17:23 Yes but I’m not sure if that is fully compatible with the dstb1 altram drivers which need to be loaded as well at least I think they need to be with the version 2 firmware.
In that case, run ETOS256*.PRG from floppy, then the dstb1 altram drivers. In this order, from AUTO or Desktop. Theoretically, it should work. If you try, you will see quicly.

Re: Emutos 192kb, IDE Altram question

Posted: 30 Jun 2025 19:59
by Oldskool
Yes works..
All my issues with the dstb1 are fixed now thanks to the new ultrasatan firmware.

Really messy…..

IMG_1823.jpeg

Now I need a rom….

Re: Emutos 192kb, IDE Altram question

Posted: 30 Jun 2025 21:53
by BlankVector
Oldskool wrote: 30 Jun 2025 19:59 Yes works..
Fine :D As you see, there are never problems with EmuTOS.
Oldskool wrote: 30 Jun 2025 19:59 Now I need a rom….
Here it is. I used the official EmuTOS 1.4 sources, with custom build.
etos192uk.zip

Built with:

Code: Select all

make 192 UNIQUE=uk DEF="-DCONF_WITH_ALT_RAM=1 -DCONF_WITH_IDE=1 -DCONF_WITH_ULTRASATAN_CLOCK=1" -j ELF=1 TOOLCHAIN_PREFIX=m68k-atari-mintelf- LTO=1
As there is very, very little free space free with the standard compiler, the new features can't be added without removing something else. So I used the m68k-atari-mintelf compiler with GCC 13 instead. This allows to enable the LTO feature (Link Time Optimization) to save more space. So I have been able to enable Alt-RAM, IDE and UltraSatan clock into the 192 KB ROM. There are even 4.5 KB free for other features :lol:

Bonus: If you tell me what is the address range used by the dstb1 Alt-RAM, I will add support for it directly into the EmuTOS ROM, then you won't need any additional driver.

Re: Emutos 192kb, IDE Altram question

Posted: 30 Jun 2025 22:14
by Oldskool
Sorry I ever doubted Emutos..

Yeah all the issues I had with the dstb 1 and emutos and crashes were Ultrasatan related it seems,
The new firmware soved it,

As the dstb1 has a very cool feature to kick a rom file to altram which never worked for me but now it does. So I can kick any tos rom file now…
So maybe can just keep the 1.04 in. Will test a bit first..

It was the Ultrsatan all along. I should have known.. Its in the name..

Re: Emutos 192kb, IDE Altram question

Posted: 29 Aug 2025 19:39
by szeremiocki
Oldskool wrote: 30 Jun 2025 22:14 Sorry I ever doubted Emutos..

Yeah all the issues I had with the dstb 1 and emutos and crashes were Ultrasatan related it seems,
The new firmware soved it
Do you mean that dstb1 is now stable in 16mhz+altram? David hasn’t updated his github repo, there is still warning there about instabilities — is this new development a hope that we can now start building dstb1?

Regards,
szeremiocki

Re: Emutos 192kb, IDE Altram question

Posted: 30 Aug 2025 12:09
by Oldskool
Yes it is very stable on a standard ST. I still have some issues with a blitter however this does not seem to be universal.
I would say stable on a normal ST.

Re: Emutos 192kb, IDE Altram question

Posted: 30 Aug 2025 15:36
by szeremiocki
Is it Sstandard build or modified in your test effort?

Re: Emutos 192kb, IDE Altram question

Posted: 30 Aug 2025 20:24
by Oldskool
The modified one:

viewtopic.php?t=7206