Page 25 of 26
Re: TF536 on the ST
Posted: 12 Sep 2020 16:07
by PhilC
hi @agranlund any chance of sharing your 64mb restricted version of maprom? I've just got my mega working with the TF536 but sounds like its got the same issues you have with the firmware.
Re: TF536 on the ST
Posted: 12 Sep 2020 17:01
by agranlund
PhilC wrote: 12 Sep 2020 16:07
hi @agranlund any chance of sharing your 64mb restricted version of maprom? I've just got my mega working with the TF536 but sounds like its got the same issues you have with the firmware.
I was convinced the version on Github had that but it appears not. I'll push the new ones to Github, just need to recompile and give them a test first :)
If you want to, you could try this EmuTOS build just to see if it starts (it stops looking for TT-RAM at 64MB)
http://www.happydaze.se/wp-content/uplo ... k.img_.zip
Disclaimer! This is what I run on my machine and it's built in a way that suits my setup. I really don't recommend anyone else using this one over the official builds.
(It has these changes)
* Stops looking for TT-RAM after 64MB
* It's built with -DSTATIC_ALT_RAM_ADDRESS=0x01000000
* It's built with -m68030 so wont work on a 68000
* Blitter is being detected even on machines with 68030 and/or alt-ram
* The "Change resolution" option brings up the resolution picker dialog and it's possible to freely switch between Low/Medium/High. At boot it switches to the resolution in emudesk.inf regardless if it's low/med/high and status of mono detect signal.
(This
probably works on normal UBE switches but I can't say for sure.. My UBE switch is modified to react and toggle the mono detect signal before TOS has a chance to freak out in the VBL handler)
Re: TF536 on the ST
Posted: 12 Sep 2020 17:04
by PhilC
Thanks
@agranlund ill give that version of TOS a test after I've wiped a couple of eprom.
In other news, removing the resistor networks and fitting the ide buffers works great on my Mega ST.
20200912_170141.jpg
Re: TF536 on the ST
Posted: 12 Sep 2020 17:16
by frank.lukas
Can someone test the 1-19 freemint package with the TF536 and EmuTOS or TOS 2.06 ?
Snapshot ->
https://github.com/freemint/freemint.github.io
... is the Fastram working and make MiNT use of the PMMU from the 030 CPU ?
Re: TF536 on the ST
Posted: 12 Sep 2020 20:39
by agranlund
PhilC wrote: 12 Sep 2020 16:07
hi @agranlund any chance of sharing your 64mb restricted version of maprom? I've just got my mega working with the TF536 but sounds like its got the same issues you have with the firmware.
@PhilC, you can grab the new version of maprom.prg/fastram.prg here:
https://github.com/agranlund/tftools
Re: TF536 on the ST
Posted: 12 Sep 2020 20:48
by PhilC
Thanks @agranlund
Re: TF536 on the ST
Posted: 13 Sep 2020 19:05
by agranlund
Started from EmuTOS and using NVDI 5.03:
DSC_0639.JPG
Appears to be using fastram but not MMU. I never used Freemint before so I really have no idea if you can enable the MMU and memory protection by editing that config file or not? I downloaded the ST/STE snapshot.
Slightly off topic, but now that I have Freemint installed... do you know if it's possible to edit or change the font used for the menu bar and window controls in whatever it is that controls this in Freemint (xaaes? teradesk?)
I really can't stand those almost comically oversized controls in mono mode.. the Atari desktop looks equally hilarious by default of course but VDIFONT is able to make them into a more normal size.
This is not a good use of pixels :)
default.jpg
NVDIFONT and EmuTOS:
smallfont.jpg
Re: TF536 on the ST
Posted: 13 Sep 2020 19:31
by stephen_usher
I doubt whether it's changed, but you used to have to use a different MiNT kernel for MMU. That'll be the memory protection 68030 kernel.
Re: TF536 on the ST
Posted: 13 Sep 2020 23:50
by agranlund
stephen_usher wrote: 13 Sep 2020 19:31
I doubt whether it's changed, but you used to have to use a different MiNT kernel for MMU. That'll be the memory protection 68030 kernel.
That was it :) That 030 specific kernel makes MMU memory protection work.
Also, it launches fine from TOS2.06 as well. Just stick fastram.prg in the auto folder, before mint.
mint030.JPG
Re: TF536 on the ST
Posted: 14 Sep 2020 08:24
by frank.lukas
nice ...