Page 1 of 2
TOS 2.06 and HD format option in Mega ST ?
Posted: 12 Sep 2021 04:02
by HigashiJun
Sorry if this question has already been answered somewhere in a previous post, but I am just wondering if there is a way to get the Floppy HD format option in TOS 2.06 with a Mega ST ?
is there an equivalent of the E6 jumper, such as on the STEs, or E7 switch as in the Mega STEs ?
Re: TOS 2.06 and HD format option in Mega ST ?
Posted: 12 Sep 2021 08:43
by frank.lukas
http://www.wrsonline.de/software/HDCOOKIE.LZH
It works with TOS 2.06 and TOS 3.06 but not with EmuTOS ...
...
http://atariftp.czietz.de/pub/atari/Uti ... cc_2_2.lzh
This set the HD Cookie for EmuTOS.
Re: TOS 2.06 and HD format option in Mega ST ?
Posted: 12 Sep 2021 09:46
by HigashiJun
Thank you !
A big step forward.
Is there however a way to enable it permanently on the motherboard ?
Cheers.
Re: TOS 2.06 and HD format option in Mega ST ?
Posted: 12 Sep 2021 10:25
by troed
HigashiJun wrote: 12 Sep 2021 09:46
Is there however a way to enable it permanently on the motherboard ?
No, not without adding some address decoding circuitry.
/Troed
Re: TOS 2.06 and HD format option in Mega ST ?
Posted: 12 Sep 2021 10:34
by HigashiJun
troed wrote: 12 Sep 2021 10:25
HigashiJun wrote: 12 Sep 2021 09:46
Is there however a way to enable it permanently on the motherboard ?
No, not without adding some address decoding circuitry.
/Troed
You mean something like a TOS decoder ?
Re: TOS 2.06 and HD format option in Mega ST ?
Posted: 12 Sep 2021 10:46
by troed
HigashiJun wrote: 12 Sep 2021 10:34
You mean something like a TOS decoder ?
Slightly. The switches are addressable at $ffff9200 in TT and MegaSTE, so you would need to add logic to "answer" reads from that address with the right bitfield.
Also, since this is also the address for reading and writing to the extended joypad ports I'm not exactly sure how it's intermingled. Anyone?
/Troed
Re: TOS 2.06 and HD format option in Mega ST ?
Posted: 12 Sep 2021 10:58
by DoG
troed wrote: 12 Sep 2021 10:46
HigashiJun wrote: 12 Sep 2021 10:34
You mean something like a TOS decoder ?
Slightly. The switches are addressable at $ffff9200 in TT and MegaSTE, so you would need to add logic to "answer" reads from that address with the right bitfield.
Also, since this is also the address for reading and writing to the extended joypad ports I'm not exactly sure how it's intermingled. Anyone?
Joy is read from databit 0-7 and switch/blob E0-E7 is databit 8-15 on STe schematics.
Re: TOS 2.06 and HD format option in Mega ST ?
Posted: 12 Sep 2021 11:16
by czietz
TOS 2.06 only reads those switches if running in on an (Mega)ST
E. Therefore, it doesn't suffice to decode that memory address on an MegaST! Your options are: a) patch TOS to set a _FDC cookie regardless (iirc,
TosPatch has a corresponding option), b) run a program from the AUTO folder, as Frank already suggested.
Re: TOS 2.06 and HD format option in Mega ST ?
Posted: 12 Sep 2021 11:20
by HigashiJun
Nice !
Thank you all for all this interesting feedback.
I will start with the AUTO folder way and then give a try to the TOS patch option.
Cheers.
Re: TOS 2.06 and HD format option in Mega ST ?
Posted: 12 Sep 2021 11:24
by troed
czietz wrote: 12 Sep 2021 11:16
TOS 2.06 only reads those switches if running in on an (Mega)ST
E. Therefore, it doesn't suffice to decode that memory address on an MegaST!
Thanks - that's no fun then ;)
/Troed