Skip to main content

Getting a great display from a ZX81

T
he ZX81 was my first computer. Mine was screwed to a board with a terrible external keyboard, and I was proud of the fact that someone had fitted 2k of RAM.

It was my introduction to BASIC and machine language. Let's not forget that the humble zeddy is a vehicle for a Z80 (which has 16-bit features) running at >3Mz. (Of course you can only harness that amazing power in fast mode, ie without display output, because much of the CPU time is usually used to generate the display.)

Other than buying some kind of box that will convert the TV signal (with which I had limited success), it's possible to perform surgery to convert the output to composite, which modern displays may be more likely to display (but still maybe not in the case of the ZX81s with the older ULA).

Here are three methods - rewiring (cost zero), using some simple components (cost pence) and a purchased modification (still less than a tenner.)

With the newer issue 81 it's possible to simply tap the signal before the RF modulator and connect that to the output socket. This worked for me with Dipsy* who has an issue 3 board (it's the C210 ULA which is important here - its output is a more compatible composite signal).

As you can see, the picture is just about usable with the brightness and contrast turned up on the display.

The next cheapest solution is to make a very simple circuit, which will cost a matter of pence. There are many versions of this circuit online. This is the one I tried which simply uses one transistor and one resistor (I used a 75 ohm resistor rather than 100 because that's what I had handy). I was amazed with the result and improved it still with a 4.7uF capacitor for decoupling. It's hard to tell from the screen photos but I would say that the quality of the picture is as good as the CBB.

I didn't build a circuit on a board and I didn't bother to gut the modulator this time (that job is not fun). But you should disconnect its inputs and output. Even with the modulator components in place, you can squeeze the modification in there. This is how I did it - the base and collector of the transistor are poking through those plastic holes and they hook up with the composite output from the board and +5v. The emitter of the transistor connects up to the resistor and the -ve leg of the cap. The other leg of the cap goes to the output socket and the other leg of the resistor goes to the metal casing.

After putting insulating tape around anything that might short, and also covering the inside of the lid of the modulator, the lid went back on and the job looks very neat.


perfectly usable, very sharp but doesn't feel as solid as the CBB mod. (Different colour casts are just because these photos were taken of a projected image at different times.)

My best result so far is from a bought composite converter - several are available but the ZX-CCB comes in at less than 10 Euros.
Here's the ZX-CCB fitted to Tinky-Winky*, who has an issue 1 board with the older ULA. The CBB works with older and newer ULAs. What sold it to me was the option to have standard or inverse video - my brown/red flying lead goes to a switch which allows me to switch between them.

NB If you buy one: even though the seller has set it up, I found that I had to twiddle the trimmers for the best picture.

And what a picture**:


[Update 8 Nov 2019] I've gone to the trouble of ordering more components, building a slightly more complex transistor circuit for Dipsy.
I always hated biasing transistors - having to choose the nearest available value and component tolerances seemed to make a bit of a mockery of doing the calculations. I always felt "why not put a trimpot in there and adjust it for the best result" and so that's what I've done here. Two in fact. The best result I've obtained is pretty good. So much so that I've gone to the trouble of gutting the modulator box and fitting the little board neatly inside. I've also fitted a heatsink to the ULA because I was concerned about how hot that gets and want to extend its life as much as possible.

However, the picture is still not quite as bright and as clean as the one from the ZX-CCB (unsurprisingly). There's a little flicker that happens from time to time.

The lid is on the modulator box, the case is screwed together and the rubber feet re-fitted. Dipsy won't be the most used but he's perfectly usable when he does get a run out.



The games shown are both new releases, Tut-tut by David Stephenson and Berzxerk (hi-res) by Bukster.



* I had 4 x 81's in various conditions.  Sadly I sold my original one when my parents bought me my Vic20. But since then I have collected a few. In the 90s, 8-bit computers could be picked up at boot sales for a song. The ones I collected went into the attic with a mental note that two worked and two didn't.

** I should say that the actual display is sharper than it looks in this photo. I'm currently projecting onto a wall with light-coloured textured wallpaper. (Which is the way I like to play these games.) If I take a picture of this going through an LCD display, or capture it electronically, that's not a fair comparison with the cheap mod. For reasons I don't understand, the only thing that will display the home-made mod is my projector.

Comments

Popular posts from this blog

RC2024/10 - my entry

A while ago I made this MIDI module for RC2014: It works but a better design would have its own serial chip and port decoding.  As it is, it provides the MIDI interface and a clock signal for the second SIO2 serial port. This means that it requires a little setting up and will only work for RC2014s with an SIO2 (and port B not already used). I think people might reasonably expect it to be plug-and-play and self-contained, ie do all the serial itself. My challenge to myself is to:  learn how to connect a serial chip (probably 68B50 ACIA) to receive the incoming MIDI and to serialise outgoing MIDI design the module, including the port decoding write a library so that it can easily be used on any RC2014. Potential applications include a MIDI sequencer and using incoming MIDI to trigger notes on the AY or SID sound chips. Entering the Retro Challenge 2024 (aka RC2024/10)  has given me an incentive to get on with this! I'm happy to see several more entries in the RC2014 category, includ

How to convert images for TMS9918A graphics on the RC2014

For me, graphics capability is essential for an 8-bit computer. My graphics chip of choice for the RC2014 is the very capable TMS9918A. It has 15 colours, sprites, several modes and a max resolution of 256x192. It makes arcade-style games possible, such as Tut-Tut above.  I enjoy simply displaying images and have a bunch on my CF card (my 'hard drive') and have written image viewer and slideshow apps to display them. Some useful links: Convert9918 Tutorial of Convert9918's settings Multipaint J B Langston's TMS9918A video module my own TMSEMU video module my respository of TMS9918A software, games and .s2/.sc3 images Image conversion I did dabble in writing my own utility to convert .png images but then settled on the Multipaint app which can open a png in a MSX 'screen 2', allow you to tidy it up with paint tools and save as a .sc2 file. (An sc2 file is little more than a video-memory dump and so it's easy to blast that back into vram to display the image.

IM53 8080 birthday cake

 Each year I've been trying to get more creative with ideas for Spencer's birthday cake. The plan this year was to incorporate LEDs in place of candles. I eventually settled on an Altair / IMSAI / PDP -style computer since those are the type of computers that inspired his RC2014. The IMSAI 8080 has the most colourful switches as well as a name that I could twist. The thought that it could show randomly flashing lights (as if the computer were running) and that it could also play a game of 'kill the bit' was very appealing. A plan formed to use a capacitive touch pad on the cake itself. The first job is to bake the fruitcake. I often use a 7" square tin and one of those cut in half and rearranged makes a cake of suitable proportions.  Even after taking a slice off the faces to make them nice and square, there are still some rounded corners, so after putting on the marzipan, I used more marzipan as a filler to flatten the whole thing. Even though I wanted to end up w