T his is a project I've had in mind for a while as a possible Retro Challenge 2026 (a bit later in the year). It has come together sooner than that thanks to Hackaday introducing a Retro Computing Contest and the imminent RC2014 Assembly . Since I've been keeping logs over there , I haven't blogged about it here before now and won't repeat too much. The idea was to make a printing teletype terminal that I could use with any RC2014. I wanted to do this without using a modern microcontroller. I've had an Alphacom printer sitting around for a long time that I've been wanting to interface with an RC2014. Appropriate technology for the controller would be a microprocessor such as a Z80 with RAM, clock, serial I/O and a baremetal terminal application on ROM. Yes, I'm describing an RC2014, dedicated to the task of being a teletype terminal. I'm thinking about shrinking this down by using an RC2014 micro, but for now my Classic is doing the job nicely. Develop...
W hen I first learned about the Orton 3C and its very clever serial routine which toggles A15 (meaning that the max 32k of ram appears twice in the address space) I've wanted to repurpose this for driving a beeper speaker, just as you might have done with the early PETs* I'm writing this post after successfully playing a tune. The video is embedded near the end of this blog post if you'd like to skip straight to that. Yes, it certainly would be possible to toggle a pin on the digital i/o by 'out'ing to port zero. This would potentially allow for 'bit-banging' multiple voices, with a lot more work than I've put in so far. However, what I love about the Orton 3C is the 'bare bones'ness of it. The whole point is that it can work using only three chips and to that end I've unplugged my digital i/o for this. I didn't go to the trouble of removing the port zero protection shim (3C-PO) but its one logic chip isn't being used here since I...