Can all registered uses please login, even just for a few minutes..
It helps build a picture where our "good traffic" is coming from..
Thanks :)
It helps build a picture where our "good traffic" is coming from..
Thanks :)
Megabus to 68000 socket adaptor
- frank.lukas
- Posts: 815
- Joined: Fri Jan 19, 2018 11:52 am
Re: Megabus to 68000 socket adaptor
Internal is nicer but I think you have a PAK inside the Stacy ...?
Re: Megabus to 68000 socket adaptor
Hehehehe, I do. However <cough> I have enough spare parts to makefrank.lukas wrote: Mon Aug 18, 2025 7:08 am Internal is nicer but I think you have a PAK inside the Stacy ...?
at least 1 more STacy, maybe 2.
Really tied up with several other things at the moment. Who knows,
maybe something to look at down the road...or a project for some
other ambitious soul...
Welcome To DarkForce! www.darkforce.org "The Fuji Lives.!"
Atari SW/HW based BBS-Telnet:darkforce-bbs.dyndns.org 1040
Atari SW/HW based BBS-Telnet:darkforce-bbs.dyndns.org 1040
- mrbombermillzy
- Moderator

- Posts: 2390
- Joined: Sun Jun 03, 2018 7:37 pm
Re: Megabus to 68000 socket adaptor
Ive been hunting for an easy to use donor machine for any future Pistorm shenanigans and really the only suitable candidate is a MegaST4, but that has a soldered CPU.
I then remembered that I had a Megabus to 68000 DIP adapter kindly given to me by @PhilC at CL4.
After successfully hunting it down, Ive had a look and need some help with the connectors:
Im guessing I need to bridge /BR or /HALT on the 'BUS' 8 pin connector?
@PhilC I wonder if you tell me if my assumptions are incorrect, what pins I actually need to bridge and anything else I may need to do?
(Normally I wouldnt be so specific with asking for help, but the adapter has your name on it, so I guess you are the best to ask!)
I then remembered that I had a Megabus to 68000 DIP adapter kindly given to me by @PhilC at CL4.
After successfully hunting it down, Ive had a look and need some help with the connectors:
Im guessing I need to bridge /BR or /HALT on the 'BUS' 8 pin connector?
@PhilC I wonder if you tell me if my assumptions are incorrect, what pins I actually need to bridge and anything else I may need to do?
(Normally I wouldnt be so specific with asking for help, but the adapter has your name on it, so I guess you are the best to ask!)
Re: Megabus to 68000 socket adaptor
@mrbombermillzy it's been years since I did that but I think one lot of headers is +5v and gnd and the others are cou pins that aren't duplicated on the Megabus
/Halt needs to be ran to /halt on the cpu socket or another /halt location. /Br can be linked to +5v as it's pulled high anyway. The other pins need to be connected to their respective signals on the cpu socket or elsewhere.
/Halt needs to be ran to /halt on the cpu socket or another /halt location. /Br can be linked to +5v as it's pulled high anyway. The other pins need to be connected to their respective signals on the cpu socket or elsewhere.
If it ain't broke, test it to Destruction.
Re: Megabus to 68000 socket adaptor
If you're going to do what I think you're going to do: be careful.
HALT doesn't send the onboard 68000 high-z. If you try to become a bus master on the megabus port (by connecting up the interrupt lines somewhere), you will need some logic to go through the bus arbitration dance else bus contention will ensue.
If you wanted to test without any DMA (ie. no blitter, floppy, ACSI) then it *may* be enough to hold the 68000's BGK low, but you'll have a quite limited experience.
I have been toying with making 68000 expansion to plug into the megabus for a little while using a CPLD or GAL to do the BR/BG/BGK negotiation, but you know how it is. :/
BW
HALT doesn't send the onboard 68000 high-z. If you try to become a bus master on the megabus port (by connecting up the interrupt lines somewhere), you will need some logic to go through the bus arbitration dance else bus contention will ensue.
If you wanted to test without any DMA (ie. no blitter, floppy, ACSI) then it *may* be enough to hold the 68000's BGK low, but you'll have a quite limited experience.
I have been toying with making 68000 expansion to plug into the megabus for a little while using a CPLD or GAL to do the BR/BG/BGK negotiation, but you know how it is. :/
BW
DFB1 Open source 50MHz 030 and TT-RAM accelerator for the Falcon
Smalliermouse ST-optimised USB mouse adapter based on SmallyMouse2
FrontBench The Frontier: Elite 2 intro as a benchmark
Smalliermouse ST-optimised USB mouse adapter based on SmallyMouse2
FrontBench The Frontier: Elite 2 intro as a benchmark
Re: Megabus to 68000 socket adaptor
@Badwolf so much easier to pick up the original signals, just doesn't make it plug and play though.
If it ain't broke, test it to Destruction.
- mrbombermillzy
- Moderator

- Posts: 2390
- Joined: Sun Jun 03, 2018 7:37 pm
Re: Megabus to 68000 socket adaptor
Ok, thanks.PhilC wrote: Fri Aug 28, 2026 5:26 pm @mrbombermillzy it's been years since I did that but I think one lot of headers is +5v and gnd and the others are cou pins that aren't duplicated on the Megabus
/Halt needs to be ran to /halt on the cpu socket or another /halt location. /Br can be linked to +5v as it's pulled high anyway. The other pins need to be connected to their respective signals on the cpu socket or elsewhere.
I could have got away with that and have most of the DMA devices being absent. Unfortunately, I REALLY do need that ACSI port working.Badwolf wrote: Fri Aug 28, 2026 5:38 pm If you wanted to test without any DMA (ie. no blitter, floppy, ACSI) then it *may* be enough to hold the 68000's BGK low, but you'll have a quite limited experience.
That sounds like a great idea.Badwolf wrote: Fri Aug 28, 2026 5:38 pm I have been toying with making 68000 expansion to plug into the megabus for a little while using a CPLD or GAL to do the BR/BG/BGK negotiation...
Yes; like me, you have one of those 'children' things now. They do take up time dont they?
I wonder if anyone else has got one of these working? (for an expansion device that actually needs bus mastering)
Re: Megabus to 68000 socket adaptor
Yes, if cutting tracks or lifting pins is an option then that would be the easiest route but then not easily reversible and kind of half way to just socketing the CPU anyway.PhilC wrote: Fri Aug 28, 2026 5:56 pm @Badwolf so much easier to pick up the original signals, just doesn't make it plug and play though.
Still would need the (two?) interrupt lines sniffed from somewhere anyway so never truly plug and play, but a negotiated bus master board could probably get away with only extremely minor bits of soldering.
BW
DFB1 Open source 50MHz 030 and TT-RAM accelerator for the Falcon
Smalliermouse ST-optimised USB mouse adapter based on SmallyMouse2
FrontBench The Frontier: Elite 2 intro as a benchmark
Smalliermouse ST-optimised USB mouse adapter based on SmallyMouse2
FrontBench The Frontier: Elite 2 intro as a benchmark
Re: Megabus to 68000 socket adaptor
To be honest, the PCB was designed to be used with things like H4 & H5 upgrades in my Mega ST and not as something to allow the CPU to be moved to the Megabus. I never tried it and used the H4 & H5s instead.
If it ain't broke, test it to Destruction.
Re: Megabus to 68000 socket adaptor
Makes sense. That would work straight off the bat as it's what megabus was designed for: bus clients.PhilC wrote: Fri Aug 28, 2026 9:25 pm To be honest, the PCB was designed to be used with things like H4 & H5 upgrades in my Mega ST and not as something to allow the CPU to be moved to the Megabus. I never tried it and used the H4 & H5s instead.
BW
DFB1 Open source 50MHz 030 and TT-RAM accelerator for the Falcon
Smalliermouse ST-optimised USB mouse adapter based on SmallyMouse2
FrontBench The Frontier: Elite 2 intro as a benchmark
Smalliermouse ST-optimised USB mouse adapter based on SmallyMouse2
FrontBench The Frontier: Elite 2 intro as a benchmark
