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 :)

General Stuff(tm)

Blogs & guides and tales of woo by forum members.
User avatar
stephen_usher
Site sponsor
Site sponsor
Posts: 7542
Joined: Mon Nov 13, 2017 7:19 pm
Location: Oxford, UK.
Contact:

Re: General Stuff(tm)

Post by stephen_usher »

Everything's arrived and works.

I had issues with the controller pak as it showed up as "Unknown peripheral" until I cleaned the edge connector thoroughly.

I can't actually see any real difference in video quality between the HDMI adapter and composite video directly into the TV actually. :-)
I may remove the composite output bodge so as to make it look nicer, but I may not.

So, the console has:

Expansion Pak
Controller Pak
2x controllers
HDMI adapter
Summer Cart 64
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.
User avatar
PhilC
Moderator
Moderator
Posts: 7585
Joined: Fri Mar 23, 2018 8:22 pm

Re: General Stuff(tm)

Post by PhilC »

That should make it a good little console Stephen.

I really should use mine more.
If it ain't broke, test it to Destruction.
User avatar
stephen_usher
Site sponsor
Site sponsor
Posts: 7542
Joined: Mon Nov 13, 2017 7:19 pm
Location: Oxford, UK.
Contact:

Re: General Stuff(tm)

Post by stephen_usher »

Well, one issue with the HDMI converter. When it switches to PAL60 mode the chroma is delayed by about a 10th of the screen width, so NTSC games have coloured ghosts to the right of the items that should be coloured.

At first I thought it may be ghosting due to the phono socket mod, so I removed them, but that didn't change anything.

Never mind.
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.
User avatar
mrbombermillzy
Moderator
Moderator
Posts: 2417
Joined: Sun Jun 03, 2018 7:37 pm

Re: General Stuff(tm)

Post by mrbombermillzy »

stephen_usher wrote: Sun Sep 13, 2026 9:53 pm Yesterday the expansion pack arrived. It works fine and gives a lot of games some extra capabilities. Some get higher resolution, some just have more bells and whistles.
That sounds interesting. What is it exactly?
User avatar
stephen_usher
Site sponsor
Site sponsor
Posts: 7542
Joined: Mon Nov 13, 2017 7:19 pm
Location: Oxford, UK.
Contact:

Re: General Stuff(tm)

Post by stephen_usher »

It just doubles the memory. It's effectively just an RDRAM chip on a PCB in a case which plugs into a port on the top.
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.
User avatar
stephen_usher
Site sponsor
Site sponsor
Posts: 7542
Joined: Mon Nov 13, 2017 7:19 pm
Location: Oxford, UK.
Contact:

Re: General Stuff(tm)

Post by stephen_usher »

Seeing as I'm planning on taking the TT to CL5 and showing off the UNIX/Linux systems I can boot I thought I'd do a quick benchmark on starting processes from a shell.

So, I created this shell script:

Code: Select all

#!/bin/sh
echo Testing speed of process creation.
echo Running /bin/echo 100 times

date

for i in \
1 2 3 4 5 6 7 8 9 10 \
1 2 3 4 5 6 7 8 9 10 \
1 2 3 4 5 6 7 8 9 10 \
1 2 3 4 5 6 7 8 9 10 \
1 2 3 4 5 6 7 8 9 10 \
1 2 3 4 5 6 7 8 9 10 \
1 2 3 4 5 6 7 8 9 10 \
1 2 3 4 5 6 7 8 9 10 \
1 2 3 4 5 6 7 8 9 10 \
1 2 3 4 5 6 7 8 9 10 
do
	/bin/echo > /dev/null
done

date
I knew that NetBSD was slow but... time to run each command:

Atari UNIX: 0.08 seconds.
Debian Linux (Etch): 0.14 seconds.
NetBSD 10: 0.42 seconds.

No wonder it takes an absolute age for NetBSD to boot if each line in the boot shell script takes about half a second to start up!
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.
User avatar
stephen_usher
Site sponsor
Site sponsor
Posts: 7542
Joined: Mon Nov 13, 2017 7:19 pm
Location: Oxford, UK.
Contact:

Re: General Stuff(tm)

Post by stephen_usher »

Out of interest I thought I'd try the same test under MiNT.... 0.05 seconds.

P.S. Miscalculated, should be 0.2 seconds.
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.
Post Reply

Return to “MEMBER BLOGS”