TF536 + 68000 relocator and ROM board project.
-
stephen_usher
- Site sponsor

- Posts: 7376
- Joined: 13 Nov 2017 19:19
- Location: Oxford, UK.
Re: TF536 + 68000 relocator and ROM board project.
Anyway, here's a gratuitous glamour shot...
You do not have the required permissions to view the files attached to this post.
Intro retro computers since before they were retro...
ZX81->Spectrum->Memotech MTX->Sinclair QL->520STM->BBC Micro->TT030->PCs & Sun Workstations.
Added code to the MiNT kernel (still there the last time I checked) + put together MiNTOS.
Collection now with added Macs, Amigas, Suns and Acorns.
ZX81->Spectrum->Memotech MTX->Sinclair QL->520STM->BBC Micro->TT030->PCs & Sun Workstations.
Added code to the MiNT kernel (still there the last time I checked) + put together MiNTOS.
Collection now with added Macs, Amigas, Suns and Acorns.
-
Badwolf
- Site sponsor

- Posts: 3043
- Joined: 19 Nov 2019 12:09
Re: TF536 + 68000 relocator and ROM board project.
Yes, sorry, I got that backwards. It’s the bus control lines that are still driven high. But they sound like the ones you’re switching, so no dramas.stephen_usher wrote: 20 Nov 2020 22:38 According to Motorola, asserting /HALT on the 68000 makes the address and data lines go high impedance, i.e. they stop being connected to the pins electrically in effect.
Seeing as both sockets are for a 68000 compatible processor any interface logic between the socket and accelerated processor would need to follow the 68000 on the machine side of the interface.
To half answer a question you posed a couple of times, I’ve only ever treated HALT as a write line without trouble yet appearing because of it. Not sure of the ST spec itself.
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
-
stephen_usher
- Site sponsor

- Posts: 7376
- Joined: 13 Nov 2017 19:19
- Location: Oxford, UK.
Re: TF536 + 68000 relocator and ROM board project.
Well, 512K ROMs seem to work, however the EmuTOS snapshot from a couple of days ago crashes on a standard ST (without Alt-RAM) when it tries to go to the desktop and access 0x400000. (It puts up the hour glass and then after a while it bus errors.) Looks like a bug.
However, I think that's probably a successful test.
Seeing as the board seems to be fully operational I may well remove the CPU socket on the motherboard and solder this board directly on the motherboard perminently. This will reduce the height by approximately 5mm. That's about half the amount I need to reduce in total to get the TF536 to fit under the keyboard.
However, I think that's probably a successful test.
Seeing as the board seems to be fully operational I may well remove the CPU socket on the motherboard and solder this board directly on the motherboard perminently. This will reduce the height by approximately 5mm. That's about half the amount I need to reduce in total to get the TF536 to fit under the keyboard.
Intro retro computers since before they were retro...
ZX81->Spectrum->Memotech MTX->Sinclair QL->520STM->BBC Micro->TT030->PCs & Sun Workstations.
Added code to the MiNT kernel (still there the last time I checked) + put together MiNTOS.
Collection now with added Macs, Amigas, Suns and Acorns.
ZX81->Spectrum->Memotech MTX->Sinclair QL->520STM->BBC Micro->TT030->PCs & Sun Workstations.
Added code to the MiNT kernel (still there the last time I checked) + put together MiNTOS.
Collection now with added Macs, Amigas, Suns and Acorns.
-
stephen_usher
- Site sponsor

- Posts: 7376
- Joined: 13 Nov 2017 19:19
- Location: Oxford, UK.
Re: TF536 + 68000 relocator and ROM board project.
Oops! The latest 256K image doesn't like the same thing.
If I boot holding Control down I get to the desktop but otherwise a crash trying to access 0x400000...
It's CONTROL.ACC ! Disable that and I get to the desktop. Definitely looks like an incompatability there.
Let's try the 512K ROM again... and that works.
If I boot holding Control down I get to the desktop but otherwise a crash trying to access 0x400000...
It's CONTROL.ACC ! Disable that and I get to the desktop. Definitely looks like an incompatability there.
Let's try the 512K ROM again... and that works.
Intro retro computers since before they were retro...
ZX81->Spectrum->Memotech MTX->Sinclair QL->520STM->BBC Micro->TT030->PCs & Sun Workstations.
Added code to the MiNT kernel (still there the last time I checked) + put together MiNTOS.
Collection now with added Macs, Amigas, Suns and Acorns.
ZX81->Spectrum->Memotech MTX->Sinclair QL->520STM->BBC Micro->TT030->PCs & Sun Workstations.
Added code to the MiNT kernel (still there the last time I checked) + put together MiNTOS.
Collection now with added Macs, Amigas, Suns and Acorns.
-
czietz
- Posts: 584
- Joined: 14 Jan 2018 13:02
Re: TF536 + 68000 relocator and ROM board project.
And even a documented one:stephen_usher wrote: 21 Nov 2020 11:07 If I boot holding Control down I get to the desktop but otherwise a crash trying to access 0x400000...
It's CONTROL.ACC ! Disable that and I get to the desktop. Definitely looks like an incompatability there.
https://github.com/emutos/emutos/blob/a ... e.txt#L166
-
stephen_usher
- Site sponsor

- Posts: 7376
- Joined: 13 Nov 2017 19:19
- Location: Oxford, UK.
Re: TF536 + 68000 relocator and ROM board project.
Ah, I see.
Unfortunately the other control panels are larger and generally don't work with memory tight games.
Anyway, I can report to the EmuTOS team that the partition scanning fix works and my UltraSATAN drives mount correctly.
Unfortunately the other control panels are larger and generally don't work with memory tight games.
Anyway, I can report to the EmuTOS team that the partition scanning fix works and my UltraSATAN drives mount correctly.
Intro retro computers since before they were retro...
ZX81->Spectrum->Memotech MTX->Sinclair QL->520STM->BBC Micro->TT030->PCs & Sun Workstations.
Added code to the MiNT kernel (still there the last time I checked) + put together MiNTOS.
Collection now with added Macs, Amigas, Suns and Acorns.
ZX81->Spectrum->Memotech MTX->Sinclair QL->520STM->BBC Micro->TT030->PCs & Sun Workstations.
Added code to the MiNT kernel (still there the last time I checked) + put together MiNTOS.
Collection now with added Macs, Amigas, Suns and Acorns.
-
DoG
- Posts: 1298
- Joined: 07 Apr 2018 12:26
Re: TF536 + 68000 relocator and ROM board project.
Planning to test TF536 with PAK-TOS (512K)?
-
stephen_usher
- Site sponsor

- Posts: 7376
- Joined: 13 Nov 2017 19:19
- Location: Oxford, UK.
Re: TF536 + 68000 relocator and ROM board project.
I can try that, once the TF returns.
Do you have a link?
Do you have a link?
Intro retro computers since before they were retro...
ZX81->Spectrum->Memotech MTX->Sinclair QL->520STM->BBC Micro->TT030->PCs & Sun Workstations.
Added code to the MiNT kernel (still there the last time I checked) + put together MiNTOS.
Collection now with added Macs, Amigas, Suns and Acorns.
ZX81->Spectrum->Memotech MTX->Sinclair QL->520STM->BBC Micro->TT030->PCs & Sun Workstations.
Added code to the MiNT kernel (still there the last time I checked) + put together MiNTOS.
Collection now with added Macs, Amigas, Suns and Acorns.
-
DoG
- Posts: 1298
- Joined: 07 Apr 2018 12:26
-
exxos
- Site Admin

- Posts: 28344
- Joined: 16 Aug 2017 23:19
- Location: UK
Re: TF536 + 68000 relocator and ROM board project.
Maybe someone can copy them over to the downloads section ?
Who is online
Users browsing this forum: ClaudeBot and 3 guests