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

Terriblefire Accelerators

Help & news on accelerators from TF, Amiga, Atari, CD32 etc

Moderators: terriblefire, Terriblefire Moderator

shaf
Posts: 4
Joined: Mon Dec 24, 2018 5:29 pm

Re: Terriblefire Accelerators

Post by shaf »

I loved the 3000 but never owned one, what are the boards on top? i think an A1200 board.

Any updated on TF530 Firmware.

Happy Holidays

Shaf
User avatar
Cyprian
Posts: 477
Joined: Fri Dec 22, 2017 9:16 am
Location: Poland

Re: Terriblefire Accelerators

Post by Cyprian »

Which Terriblefire with 68030 works with Atari ST? And does it compatible with STE?
Lynx I / Mega ST 1 / 7800 / Portfolio / Lynx II / Jaguar / TT030 / Mega STe / 800 XL / 1040 STe / Falcon030 / 65 XE / 520 STm / SM124 / SC1435
DDD HDD / AT Speed C16 / TF536 / SDrive / PAK68/3 / Lynx Multi Card / LDW Super 2000 / XCA12 / SkunkBoard / CosmosEx / SatanDisk / UltraSatan / USB Floppy Drive Emulator / Eiffel / SIO2PC / Crazy Dots / PAM Net
http://260ste.atari.org
terriblefire
Admin sponsor
Admin sponsor
Posts: 5630
Joined: Mon Aug 28, 2017 10:56 pm
Location: Glasgow, UK

Re: Terriblefire Accelerators

Post by terriblefire »

Cyprian wrote: Tue Dec 25, 2018 1:15 pm Which Terriblefire with 68030 works with Atari ST? And does it compatible with STE?
They all have a floppy drive issue right now. I'm working on it. No idea about the STE because its got a PLCC 68K
———
"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."
User avatar
Cyprian
Posts: 477
Joined: Fri Dec 22, 2017 9:16 am
Location: Poland

Re: Terriblefire Accelerators

Post by Cyprian »

terriblefire wrote: Wed Dec 26, 2018 9:12 am
Cyprian wrote: Tue Dec 25, 2018 1:15 pm Which Terriblefire with 68030 works with Atari ST? And does it compatible with STE?
They all have a floppy drive issue right now. I'm working on it. No idea about the STE because its got a PLCC 68K
do you mean issue with floppy DMA channel?
what about HDD and the BLiTTER? The first one shares the same DMA channel with the floppy drive and the BLiTTER uses (their own) DMA channel.
Lynx I / Mega ST 1 / 7800 / Portfolio / Lynx II / Jaguar / TT030 / Mega STe / 800 XL / 1040 STe / Falcon030 / 65 XE / 520 STm / SM124 / SC1435
DDD HDD / AT Speed C16 / TF536 / SDrive / PAK68/3 / Lynx Multi Card / LDW Super 2000 / XCA12 / SkunkBoard / CosmosEx / SatanDisk / UltraSatan / USB Floppy Drive Emulator / Eiffel / SIO2PC / Crazy Dots / PAM Net
http://260ste.atari.org
terriblefire
Admin sponsor
Admin sponsor
Posts: 5630
Joined: Mon Aug 28, 2017 10:56 pm
Location: Glasgow, UK

Re: Terriblefire Accelerators

Post by terriblefire »

Cyprian wrote: Wed Dec 26, 2018 12:33 pm
terriblefire wrote: Wed Dec 26, 2018 9:12 am

They all have a floppy drive issue right now. I'm working on it. No idea about the STE because its got a PLCC 68K
do you mean issue with floppy DMA channel?
what about HDD and the BLiTTER? The first one shares the same DMA channel with the floppy drive and the BLiTTER uses (their own) DMA channel.
I've no idea. I dont own an ST with a blitter. I also dont own an HDD unit. I imagine if i get the bus arb correct it will work fine. I have the same code working perfectly with the CD32 CD drive. The ST GLUE chip seems to be very picky.
———
"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."
User avatar
Cyprian
Posts: 477
Joined: Fri Dec 22, 2017 9:16 am
Location: Poland

Re: Terriblefire Accelerators

Post by Cyprian »

terriblefire wrote: Wed Dec 26, 2018 10:00 pm I've no idea. I dont own an ST with a blitter. I also dont own an HDD unit. I imagine if i get the bus arb correct it will work fine. I have the same code working perfectly with the CD32 CD drive. The ST GLUE chip seems to be very picky.
Yep, ST has implemented full 68000 bus protocol, and any accelerator has to follow it also.
Lynx I / Mega ST 1 / 7800 / Portfolio / Lynx II / Jaguar / TT030 / Mega STe / 800 XL / 1040 STe / Falcon030 / 65 XE / 520 STm / SM124 / SC1435
DDD HDD / AT Speed C16 / TF536 / SDrive / PAK68/3 / Lynx Multi Card / LDW Super 2000 / XCA12 / SkunkBoard / CosmosEx / SatanDisk / UltraSatan / USB Floppy Drive Emulator / Eiffel / SIO2PC / Crazy Dots / PAM Net
http://260ste.atari.org
terriblefire
Admin sponsor
Admin sponsor
Posts: 5630
Joined: Mon Aug 28, 2017 10:56 pm
Location: Glasgow, UK

Re: Terriblefire Accelerators

Post by terriblefire »

Cyprian wrote: Thu Dec 27, 2018 4:52 pm
terriblefire wrote: Wed Dec 26, 2018 10:00 pm I've no idea. I dont own an ST with a blitter. I also dont own an HDD unit. I imagine if i get the bus arb correct it will work fine. I have the same code working perfectly with the CD32 CD drive. The ST GLUE chip seems to be very picky.
Yep, ST has implemented full 68000 bus protocol, and any accelerator has to follow it also.
Well yes and No. it has to obey the specs but glue expects a little more than is specified sometimes. Which is annoying.... like aborting a register write if the bus cycle is 20ns too short.. things like that are hard to fix with programmable logic. Well hard to fix in a clock domain crossing environment.

It’s annoying because Amiga 500 doesn’t use the bus arb at all. But this is why I test on Atari.
———
"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."
User avatar
Cyprian
Posts: 477
Joined: Fri Dec 22, 2017 9:16 am
Location: Poland

Re: Terriblefire Accelerators

Post by Cyprian »

terriblefire wrote: Thu Dec 27, 2018 5:45 pm Well yes and No. it has to obey the specs but glue expects a little more than is specified sometimes. Which is annoying.... like aborting a register write if the bus cycle is 20ns too short.. things like that are hard to fix with programmable logic. Well hard to fix in a clock domain crossing environment.

It’s annoying because Amiga 500 doesn’t use the bus arb at all. But this is why I test on Atari.
good to know.

I would suggest to talk with Rodolphe / rpineau (he's made 68020 accelerator for ST) or check how it is managed in Pak 68/3
Lynx I / Mega ST 1 / 7800 / Portfolio / Lynx II / Jaguar / TT030 / Mega STe / 800 XL / 1040 STe / Falcon030 / 65 XE / 520 STm / SM124 / SC1435
DDD HDD / AT Speed C16 / TF536 / SDrive / PAK68/3 / Lynx Multi Card / LDW Super 2000 / XCA12 / SkunkBoard / CosmosEx / SatanDisk / UltraSatan / USB Floppy Drive Emulator / Eiffel / SIO2PC / Crazy Dots / PAM Net
http://260ste.atari.org
terriblefire
Admin sponsor
Admin sponsor
Posts: 5630
Joined: Mon Aug 28, 2017 10:56 pm
Location: Glasgow, UK

Re: Terriblefire Accelerators

Post by terriblefire »

Cyprian wrote: Thu Dec 27, 2018 7:43 pm I would suggest to talk with Rodolphe / rpineau (he's made 68020 accelerator for ST) or check how it is managed in Pak 68/3
The mechanism thats used in other accelerators will not work in the TF53x because of how its designed. Not possible to retrofit it at this time. I understand the problem space.. its just it needs a more creative solution in the TF53x series due to a design decision.
———
"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."
User avatar
Cyprian
Posts: 477
Joined: Fri Dec 22, 2017 9:16 am
Location: Poland

Re: Terriblefire Accelerators

Post by Cyprian »

I keep my finger crossed.
I'd like to equip my STE (I saw somewhere an adaptor) with the fastest TF with 030 and with as much as possible FastRam
Lynx I / Mega ST 1 / 7800 / Portfolio / Lynx II / Jaguar / TT030 / Mega STe / 800 XL / 1040 STe / Falcon030 / 65 XE / 520 STm / SM124 / SC1435
DDD HDD / AT Speed C16 / TF536 / SDrive / PAK68/3 / Lynx Multi Card / LDW Super 2000 / XCA12 / SkunkBoard / CosmosEx / SatanDisk / UltraSatan / USB Floppy Drive Emulator / Eiffel / SIO2PC / Crazy Dots / PAM Net
http://260ste.atari.org
Post Reply

Return to “Terriblefire's channel”