Clock Timer (CLK)

Struggling with Fuse or trying to find an emulator with a specific feature. Ask your questions here.
Post Reply
User avatar
Alessandro
Dynamite Dan
Posts: 1910
Joined: Wed Nov 15, 2017 11:10 am
Location: Messina, Italy
Contact:

Clock Timer (CLK)

Post by Alessandro »

I discovered this emulator by reading a discussion about border tests:

https://www.spectrumcomputing.co.uk/for ... 003#p74003

Does anyone know which Spectrum file formats can it open? I found no mention of them on its website on Github. I do not have a Mac and cannot discover it myself. Thanks in advance.
User avatar
lister_of_smeg
Microbot
Posts: 145
Joined: Thu Nov 16, 2017 1:44 pm

Re: Clock Timer (CLK)

Post by lister_of_smeg »

Looking at the sources:-
https://github.com/TomHarte/CLK/tree/ma ... pe/Formats
https://github.com/TomHarte/CLK/tree/ma ... rage/State
https://github.com/TomHarte/CLK/tree/ma ... ge/Formats

The +3 DSK format is covered by MFMSectorDump, but you need to specify the machine type and model or else the emulator will try to load the image as an Amstrad CPC disk. For example:-

Code: Select all

$ clksignal --new=ZXSpectrum --model=Plus3 diskimage.dsk
User avatar
1024MAK
Bugaboo
Posts: 3125
Joined: Wed Nov 15, 2017 2:52 pm
Location: Sunny Somerset in the U.K. in Europe

Re: Clock Timer (CLK)

Post by 1024MAK »

I’ve heard or come across Tom Harte and his clock signal emulator somewhere before. But I can’t remember where. I’m sure that he has posted on a forum about it in the past.

Ahh, he’s posted on StarDot. Here’s a search of posts by him where “clock signal” is mentioned.

He has only one post on WoS, his profile on WoS is here.

Mark
:!: Standby alert :!:
“There are four lights!”
Step up to red alert. Sir, are you absolutely sure? It does mean changing the bulb :dance
Looking forward to summer later in the year.
User avatar
lister_of_smeg
Microbot
Posts: 145
Joined: Thu Nov 16, 2017 1:44 pm

Re: Clock Timer (CLK)

Post by lister_of_smeg »

There's a topic about Clock Signal started by the author on this very forum.
User avatar
1024MAK
Bugaboo
Posts: 3125
Joined: Wed Nov 15, 2017 2:52 pm
Location: Sunny Somerset in the U.K. in Europe

Re: Clock Timer (CLK)

Post by 1024MAK »

lister_of_smeg wrote: Mon Jan 03, 2022 11:20 pm There's a topic about Clock Signal started by the author on this very forum.
Ahh, here he’s using a different name, hence when I looked through the list of members, I did not spot him…

Mark
:!: Standby alert :!:
“There are four lights!”
Step up to red alert. Sir, are you absolutely sure? It does mean changing the bulb :dance
Looking forward to summer later in the year.
User avatar
Alessandro
Dynamite Dan
Posts: 1910
Joined: Wed Nov 15, 2017 11:10 am
Location: Messina, Italy
Contact:

Re: Clock Timer (CLK)

Post by Alessandro »

Yes, I meant Clock Signal, sorry for the mistake.

Thanks for the links, it seems the emulator can read DSK, SNA, SZX, TAP and Z80 files then.
Post Reply