RC2014 Project Update – Does it work?

First things first

So first, before revealing if the thing works or needs more work, the first part of the update is that I finished the Backplane Pro. The Backplane Pro has 12 40-pin slots for the modules. It took a while to solder in 12 40-pin headers, 4 20-pin extended headers (the number of extended headers depends on how many extended bus modules you’re using. I have three at the moment, but I put in four), and a number of other small parts, a couple resisters, a power switch, power LED, a power jack, a reset button, and so on. I didn’t count all the solder points, At least 580 solders. I might have mentioned I’m a slow solderer; it took me most of the day.

RC2014 Backplane Pro
The RC2014 Backplane Pro

Then I buzzed it out (using continuity testing of my Multi-Meter Oscilloscope, a ZOYI ZT-703S). I made sure all the header points had the signal they should, and didn’t have bleed over they shouldn’t. That took a while too. When I finished that, and did not find problems, I applied 5 volts to the power jack and checked the power LED did light, and the +5 and GND points all showed the power.

Fairly sure the backplane was good I went about checking the module circuit boards. I put them one at a time in a slot on the backplane and checked that power routed cleanly to the points in the sockets (without the integrated circuits plugged in). Everything looked good there too.

So I plugged all the ICs into their respective modules. I did the Z80 CPU first (only one IC, the actual Z80 CPU) on that module). Then the SIO/2 board, and so on. The only board I didn’t get completed is the Real Time Clock module – I don’t have a spare 2032 Coin Cell for it. Then I put the extended bus cards, the Z80 CPU, the Z80 SIO/2 board, and the DUAL Clock in the first three extended bus slots (Slots 5, 6, and 7). The ROM/RAM Memory module is in Slot 8, an extended bus slot but that board doesn’t need the extended bus. Finally I put the Compact Flash module in slot 4, a standard bus slot. I left the Real Time Clock out for the moment, given it doesn’t have it ‘s backup battery yet.

Finallly, I attached the FTDI cable to my computer and into the RC2014. I had to find the com port Windows assigned to it – which took it a while. It’s Com5. I fired up putty terminal software and configured a session to Com5 at 115200 bps and pressed reset on the RC2014. I got my first boot up results:

First Power Up screen for RC2014
RC2014 Power up Boot – SUCCESS!!! It WORKS

SUCCESS!!! IT’S ALIVE

I was very happy, especially given the trouble the silver based solder gave me to start with (and two destroyed modules that I had to repurchase).

I did put the Real Time Clock (RTC) onto the board for the “photo op” where you can see the assembled system all together. But I didn’t power it up at that point (I thought about it so you could see the glowing power lights and such.

The full RC2014 assembled – so far.

While I had the system powered up, I launched the Z-System operating system (not the IBM Mainframe Z-System OS…) and explored the compact flash. I also tried out Microsoft Basic and made it print:

Hello,World!
RC2014 - is ALIVE!!!!!!
John Sandlin 250731

I meant to make it print the full year, 20250731, but made a typo and didn’t fix it the right way. The backspace key doesn’t work correctly in Basic.

What’s Next

There are a number of things I want to do still. I want to get the RC2014 Front Panel Kit (and a back panel kit too), a Sound Module that uses a vintage sound module that were popular with the MSX Z80 based computers, and a video / keyboard interface. The Front Panel Kit gives it a proper vintage Kit Computer look. My first computer was a HeathKit H89, which I built while studying MicroComputers through an NTS training course, but the Front Panel is even more primitive than the H89.

I might also want to see about making the RC2014 work with MSX software. That’s down the road a bit though.

Project RC2014 Continues, after a short delay

I started the project using the silver based solder to try to keep it all RoHS. But the Silver Solder and me soldering wasn’t working out. I damaged to two of the project boards, The Serial IO and the Dual Clock boards. Silver Solder requires higher temperatures, I’m not the fastest solderer, and I melted a couple sockets so that pins fell out, and then I couldn’t get the silver solder to desolder and basically destroyed the boards. I had to order replacement PCBs and replacement components.

Now though, I have six RC2014 modules soldered up and just have the backplane left to go.

Six Modules done

The six modules, starting top left and ending bottom right, are:

Top Row:

Dual Clock Module

The Dual Clock Module is an Enhanced Bus card (it has two rows of pins to the backplane). This is the system conductor, keeping the clock pulses that the CPU needs to execute the instructions in coordination with all the other components. This clock has to talk to all the other modules to keep them in Sync.

Compact Flash Storage Module

The Compact Flash Storage Module will hold all the software to run on the RC2014 computer. Back in the day computers like this might have used Paper Tape (like the Altair), or cassette audio tapes (like a Commodore Pet (which also later used floppy disks), or Floppy Disks (like many CP/M machines like mine will be), and maybe even a smallish hard disk drive. The Compact flash takes the place of the hard drive and can have a reasonably large capacity (if you can imagine 64 MB being reasonable), well compared to the 5 MB drives of the time.

Middle Row:

Z80 SIO/2 Serial Module

The Z80 SIO/2 Serial Module allows the Zilog Z80 CPU to talk to the outside world – like the User. It’s an old reference but the movie TRON, this would be the I/O Towers programs used to communicate with the Users. Back in the day when CP/M computers were The Big Deal, the SIO would connect to a serial terminal, like a DEC VT100, or to a keyboard and monitor if that computer had one, like modern computers and laptops do.

Real Time Clock Module

The Real Time Clock Module is purely optional and many CP/M computers in the early 1980s did not have one, you had to tell it the date and time each time you booted it up. I can have a script run in CP/M that reads the current date and time when the computer boots up. It’s handy to have your files time stamped.

Bottom Row:

Z80 CPU Module

The Z80 CPU Module is the brain of the system. The Zilog Z80 was an improvement over the Intel 8080 and was very popular in many CP/M computers. The Z80 is an 8-bit computer CPU that often came with incredibly small amounts of memory. 16K was common, along with 32K, 48K and even 64K. 64K was the most an 8 bit computer could typically address with a 16 bit address bus without resorting to “Bank Swapping.” A screen on these old computers could hold 80 text characters each on 25 lines. So imagine 8 of these screen pages, and that’s the 16K. All your software had to run in that memory, including the screen buffer (those 80×25 character lines of text), the operating system, the application (like Word Star, a popular word processor back then) and all your data. But memory was crazy expensive, so you did what you could in as little as you could afford. Until very recently, Zilog was still making the original 40 Pin DIP Z80 CPUs (albeit in slightly faster clock speeds). Zilog discontinuing the Z80 prompted me to do this project before the chips are all gone.

512K ROM / 512K RAM Memory Module

The 512K ROM / 512K RAM Memory Module takes advantage of Bank Switching to let the RC2014 address more than64K of memory. This is where the computer holds all the information it’s working on and with, the instructions in the programs it’s running, and anything it needs to complete the tasks it’s working on.

NEXT UP:

Tomorrow I’ll start work on the RC2014 Backplane Pro. This is the backbone of the computer, and also distributes power and facilitates communication between the module. Then the troubleshooting begins!

Project RC2014 is started

I have my first board for the RC2014 Z80 computer put together. This was a simple board, just a socket, four resisters, 1 capacitor, and a right angle header. A lot of small solders, though. Once I have a chance to validate the solders are good and I have the backplane wired, I will put the CPU in that socket. I just want to validate the power and ground are going to the right pins first. So I have a good deal of soldering to do before I get there.

RC2014 CPU Board front side
RC2014 CPU Board front side
RC2014 CPU Board back side
RC2014 CPU Board back side

I’ll probably work on the Dual Clock Card tomorrow. Every CPU needs a good clock, or two.

A Couple Project Updates

I got a 3D printed case from iCode.com for my MiSTer FPGA. It comes in several colors. The case I have is the “Crystal White” which is semi-translucent. It has little holes drilled to let the LED lights through but they shine right through the case anyway, so no light-pipes needed. It looks really nice, though I did have to file open a couple of the holes. The VGA connector needed more room, for example.

iCode.com Crystal White semi-translucent MiSTer FPGA case, system powered up and LEDs glowing.

I staged my MiniDexed project into a carboard box, pending getting my plastic case cut so I can finish in that. I’ll be using a PiSound Case from Blokas. I have an Actual PiSound and thought the case it is in would work for my MiniDexed, but I need to cut holes in it to pack the MiniDexed into it. But I want it done clean so I need some more parts for the project before it get’s it’s new home. Below is the current CardBoard MiniDexed.

Soon I’ll have a new project, the RC2014 Zed Pro, 8-bit Retro computer. It’s a modern take (from the Retro Challenge in 2014) on an 8-Bit Z80 CP/M computer. My first computer was a HeathKit H89 HDOS computer, where HDOS was a work alike system like CP/M. So this will be very similar, but without the built in CRT and Keyboard. It is made from currently manufactured parts, except the Zilog Z80 CPU which JUST went out of production late last year. Fortunately the creator of the kit has some Z80 chips still. But eventually those will run out, so I bought one and will have it in hand very soon.

I do have a soft spot in my heart for the Z80 because of my H89

My HeathKit H89 computer which I built for a National Technical Schools Micro Computers course