Trying Z80 Emulator

/

This gentleman (https://microcorelabs.wordpress.com/) has created a Z80 Emulator, based on a Teensy 4.1 module. It is supposed to be a drop-in replacement for the cpu, with which we can use its features to easilly develop new features for the Zyklus. Using this emulator would negate the need to burn new EPROMS, as we can simply […]

Read more »

Working the software

I’m trying to think of ways to deal with the software. My thoughts for now are to create a hardware abstraction layer with API’s that the software can interact with. By decoupling the logic from the hardware, it should theoretically be easier to develop new functions. And to simulate these. Not sure yet how I’m […]

Read more »

Long overdue update

/

It’s been a while – I’ve been a bit busy. But here we go. A new Zyklus is born. Actually, quite a while ago, User PaulMc and myself managed to finsih building the first version of the mainboard. While there were one or two little bugs, it ended up working quite nicely! So with that, […]

Read more »

Scope results

Clone update 3

/

It’s been a while, but there was a lot of progress. All the boards have now been built. The powersupply board works as should. There was an issue with the voltage regulator being not strong enough (1.5A), so it’s been replaced with a 2A variant and now it works nicely. It gets hot though. The […]

Read more »

Clone update 2

So after spending some time debugging and not getting why the new button panel board didn’t work, as it measssured exactly how it should following the schematics, and after basically replacing every TTL chip (I did find some dodgy ones), it was time to start comparing it to the original and soon enough the issue […]

Read more »

Clone update

We have a great little community going in the discord server. One user, PaulMC, has created the KiCad files for the 3 PCB’s and had a first run printed. We’re trying to build these. I’ve started with the button panel PCB:    

Read more »

Update on the 2nd Zyklus

It took a fair bit of time to get to this point, but here we are.. Going step by step to the various repairs. First off was the encoder. This one was pretty much completley stuck, but with some grease it started moving again. Not fluent enough though to keep, so I replaced it with […]

Read more »

Second Zyklus machine

/

Things are getting a bit crazy, as a second Zyklus has shown up at my door. Actually, this machine was Pete’s and suffered moisture damage. It was considered dead, but recently it actually did show some signs of life. Given the rarity, all the more reason to refurbish. Besides that,  now I can use this […]

Read more »

Recapped the powersupply

/

Recieved the new capacitors (Axials too) to recap the whole Zyklus. Yesterday, I started with the powersupply, as that is the most important part and these capacitors have to work the hardest. This is the powersupply board. It has three 4700uf 16v axial caps: The procedure is quite simple: Desolder the old cap Clean the […]

Read more »

Did some more shopping

Going to recap the whole unit. It’s actually not that bad, only a few needed: Shopping list: 3x  4700uF 16v (originals are axials, but with a bit of creatativity, I’ll use normal radials. 3x 220uF 16V (there’s one on the switch/display board as well) 2x 10uF 50v 1x 100uF 6.3V These things are dirt cheap, […]

Read more »

Some historic imagery…..

Thanks to Pete Kellock going through his archives, here’s a really unique pic of one of the very first Zyklus machines along the the finished version:

Read more »

Zyklus Discord channel

There are quite a few people who are interested in building a Zyklus and maybe taking it a step further, so I set up a discord channel were we can hang out. Here’s an invite: https://discord.gg/ABpbPV6R64    

Read more »

Display repair part 2

/

I found some OLED 40×2 for a reasonable price and ordered a couple. Onto the surgery to replace the unit. First step is to remove the inverter and transistor – they are no longer needed. That’s the easy part. The hard part is to remove the display. These boards are pretty old, the solder as […]

Read more »

Display repair part 1

Ever since I got it, the display would flicker or need a tap or two every so often to have its backlight working. Felt like a typical loose connection, so I took a look and quickly determined that the inverter was the culprit.   Time to take it apart: It’s a transforer, transitor, some caps […]

Read more »

Parts…part 4 (feet).

/

To make debugging easier, I will be installing all IC’s on feet:  

Read more »

The Source Code

/

The source code as I recieved from Pete was written in Z80 Assembly. Compilation via a current Z80 macro assembler didn’t work, there were declerations and directives for a specific assembler. Looking at the Dos .bat files they used to build, I tried to find out which compiler was used, but my initial search didn’t […]

Read more »

Parts…part 3 (still to order).

/

There’s still a lot I need: all capacitors, resistors and diodes. I have a lot, but I need to count & make sure I have enough of every type needed. Power supply transformer. Keeping an eye on Ebay. The original unit is still being made, but only to order in large quantity. Also looking for […]

Read more »

Parts…part 2 (I/O)

/

Encoders: Buttons. These are pretty close to the original but no doubt less sturdy. Although for now they feel fine. Grey colored buttons are still in transit. I got Red, black, Yellow, Blue – all with LED: LCD Display (just a generic 40×2 – one of many I have. I’m waiting for OLED’s to become […]

Read more »

Parts…part 1 (chips)

/

The CPU and IO related chips: TTL Logic:   Memory: Op-amps & opto couplers: EPROMS:

Read more »

Unboxing the actual Zyklus

/

After paying a small fortune on taxes and import duties, the box was finally delivered. It was packed extremely well:   It wouldn’t boot at first, so time to open it up and check out the powersupply. I didn’t take any pics of this process, but using a multimeter I checked if there was 5v […]

Read more »
To top