I am as keen as mustard, like the rest to build one of these terrific boards, but I am also on the same page as TF on a large sample of a untested altered design.
Happy either way, to test the new design or wait for the next batch :D
You will not be able to post if you are still using Microsoft email addresses such as Hotmail etc
See here for more information viewtopic.php?f=20&t=7296
See here for more information viewtopic.php?f=20&t=7296
BOOKMARK THIS PAGE !
https://www.exxosforum.co.uk:8085/IP_CHECK/
You can unban yourself if needed. It also sends me reports to investigate the ban.
https://www.exxosforum.co.uk:8085/IP_CHECK/
You can unban yourself if needed. It also sends me reports to investigate the ban.
DO NOT USE MOBILE / CGNAT DEVICES WHERE THE IP CHANGES CONSTANTLY!
At this time, it is unfortunately not possible to whitelist users when your IP changes constantly.
You may inadvertently get banned because a previous attack may have used the IP you are now on.
So I suggest people only use fixed IP address devices until I can think of a solution for this problem!
At this time, it is unfortunately not possible to whitelist users when your IP changes constantly.
You may inadvertently get banned because a previous attack may have used the IP you are now on.
So I suggest people only use fixed IP address devices until I can think of a solution for this problem!
Limited TF536 Run - Sort of Sales (All gone)
Moderators: terriblefire, Terriblefire Moderator
-
Danoo
- Posts: 250
- Joined: 29 Jan 2020 13:25
- Location: Queensland, Australia
Re: Limited TF536 Run - Sort of Sales (All gone)
Life is really simple, but we insist on making it complicated - Confucius
-
dalek
- Posts: 232
- Joined: 08 Nov 2018 11:03
- Location: NSW Australia
Re: Limited TF536 Run - Sort of Sales (All gone)
So I thought why the hell not and added these using a SIL-10 resistor pack bodged on to those address lines on the CPU socket pulled up to Vcc.terriblefire wrote: 23 Feb 2020 17:52 1) 4K7 pull ups are needed on A31-A24 + A0 (as they can float).
Maybe it's placebo but my CPLD seems a bit cooler too - still the warmest thing on the board but I don't think as bad as before. Shame I don't have any way of measuring the temperature properly other than the frontier intro + pinky touch test.
You do not have the required permissions to view the files attached to this post.
-
matt020
- Posts: 324
- Joined: 29 Sep 2019 09:17
- Location: West Australia
Re: Limited TF536 Run - Sort of Sales (All gone)
I think shipping around the world is about to ground to a halt...?
-
theq
- Posts: 114
- Joined: 18 Dec 2018 19:16
- Location: North of the Wall
Re: Limited TF536 Run - Sort of Sales (All gone)
Transport of people, yes.
Transport of goods, no.
For now...
Transport of goods, no.
For now...
-
agranlund
- Site sponsor

- Posts: 1715
- Joined: 18 Aug 2019 22:43
- Location: Sweden
Re: Limited TF536 Run - Sort of Sales (All gone)
It's all at https://github.com/agranlund/tf534terriblefire wrote: 15 Feb 2020 16:23 If i had a set of @agranlund's patches i could incoroprate those into the 536 build process and always produce an ST version.
I am not terribly well versed with Github but if there's anything I can do to help produce the necessary diff/patches from that fork let me know :)
Cheers,
--Anders
-
terriblefire
- Admin sponsor

- Posts: 5682
- Joined: 28 Aug 2017 22:56
- Location: Glasgow, UK
Re: Limited TF536 Run - Sort of Sales (All gone)
How did you handle the fastram in there then? I'm curious how to make 64Mb fastram available on an ST.agranlund wrote: 13 Apr 2020 19:22It's all at https://github.com/agranlund/tf534terriblefire wrote: 15 Feb 2020 16:23 If i had a set of @agranlund's patches i could incoroprate those into the 536 build process and always produce an ST version.
I am not terribly well versed with Github but if there's anything I can do to help produce the necessary diff/patches from that fork let me know :)
Cheers,
--Anders
———
"It is not necessarily a supply voltage at no load, but the amount of current it can provide when touched that
indicates how much hurting you shall receive."
"It is not necessarily a supply voltage at no load, but the amount of current it can provide when touched that
indicates how much hurting you shall receive."
-
PhilC
- Moderator

- Posts: 7370
- Joined: 23 Mar 2018 20:22
Re: Limited TF536 Run - Sort of Sales (All gone)
I'm planning to get my next 536 set up on an ST, so can test out the firmware etc if you guys need it.
If it ain't broke, test it to Destruction.
-
agranlund
- Site sponsor

- Posts: 1715
- Joined: 18 Aug 2019 22:43
- Location: Sweden
Re: Limited TF536 Run - Sort of Sales (All gone)
Atari 32bit FastRAM is at 0x01000000 onward (called TT-RAM in Atari lingo).terriblefire wrote: 13 Apr 2020 20:30 How did you handle the fastram in there then? I'm curious how to make 64Mb fastram available on an ST.
Just make sure it cannot read/write past your 64MB since the operating system(s) rely on getting a bus error at the end when probing how much FastRAM is installed.
EmuTos will pick up and use this RAM automatically.
Atari TOS does not unless the machine is an Atari TT - the only machine which officially had FastRAM, hence the need for additional "driver" (MAPROM takes care of this if needed)
This is what I did in autoconfig.v for the TF534:
assign DECODE[RAM_CARD] = ({A[31:22]} != {8'h01, 2'b00}) | shutup[RAM_CARD]; // 4MB TT-RAM
and likewise for the TF530:
assign DECODE[RAM_CARD] = ({A[31:21]} != {8'h01, 3'b000}) | shutup[RAM_CARD]; // 2MB TT-RAM
Who is online
Users browsing this forum: CCBot and 1 guest