Controlling Blinkenlights With Modern Computers

A few old timers may remember that once, long ago, computers didn’t require keyboards. The earliest personal computers such as the Altair 8800 and the server rack-sized minicomputers like the PDP-11 could be controlled with a panel filled with switches and lights, giving us the term blinkenlights. Today, most of these machines have been thrown away or locked up in museums and private collections; even if you were to get your hands on one of these control panels, you’ll have a heck of a time doing something useful with one.

Fear not, because [Jörg] has come up with a great way to control these blinkenlights and simulate the computers of yesteryear. He calls his build BlinkenBone, and it’s able to control the blinkenlight panels from dozens of historical computers and simulate every thrown switch and tiny light bulb.

BlinkenBone is a BeagleBone single board Linux computer running the SimH simulator for antique computers. Right now the BlinkenBone is able to simulate the PDP-1, PDP-8, PDP-11, a lot of old IBM machines, the Altair 8800, and even some HP boxes.

Without a BlinkenBone or similar simulation device, the still-surviving control panels for these computers are just pieces of art to hang on a wall. When they’re running a simulation of their original hardware that was long-lost to the scrap yard, they become the useful devices they once were. Also, it’s much easier to appreciate how far technology has come in the last 40 years.

You can check out a short demo of [Jörg] using his BlinkenBone on a PDP-11/40 after the break. Look at those lights go.

Continue reading “Controlling Blinkenlights With Modern Computers”

Original Prince Of Persia Game Source Code Released

The game that launched a multi-billion dollar franchise is now laid bare for your hacking pleasure. [Jordan Mechner] just posted the once-lost source code for Prince of Persia. This game was ground-breaking for its use of rotoscoping to mimic the movements of an actor (in this case it was his younger brother). Oh, and it’s a ton of fun to play.

This comes at an appropriate time since yesterday was the the 35th anniversary of the Apple II release. PoP was written for that platform but should be easy to get running on an emulator if you’re just interested in cloning the repository so that you can play it through once again. Interestingly enough, the source code went missing for many years. [Jordan’s] been looking for the original source code for a decade. Turns out his Dad came across a cardboard box with some original copies of the game in it and shipped it off for [Jordan] to take care of. Inside was a set of 3.5″ disks that are pure retro gold.

So here’s your chance to inject yourself into the game. The question is, will you be the Prince or will you be Jaffar?

Neosporin…the Retrobright For Bench Equipment?

polishing-knobs

[linux-works] picked up an old power supply from eBay, and as it was built back in the 60’s or 70’s, it was in need of a little TLC. One thing that immediately caught his eye was the condition of the knobs, dials, and banana plug receptacles – they were dull and faded, showing off 40+ years of heavy usage.

He started off by simply removing the knobs from the power supply, giving them a thorough cleaning with soapy water before leaving them to air dry. They didn’t look any better afterward, so he decided to take a different approach and apply some triple antibiotic ointment to the knobs. As it turns out, letting the ointment sit for a few minutes then wiping the knobs with a soft cloth really made them shine, as you can see in the image above. [linux-works] attributes the effect to the white petrolatum base of the product rather than the antibiotics, likely making a wide array of products equally suitable for the job.

We know how well Retr0bright has worked for the vintage computer folks, so we’ll be interested to see how long the effects of the triple antibiotic treatment last. It certainly can’t hurt those readers who spend their time perusing flea markets in search of classic electronic equipment.

Giving An Old Atari Computer A Much Needed Upgrade

As a kid, [Boisy] cut his teeth on the TRS-80 Color Computer. It was a wonderful machine for its day, featuring a relatively powerful Motorola 6809 CPU. Although his CoCo was theoretically more powerful than its Commodore and Apple contemporaries, the graphics and sound capabilities of [Boisy]’s first love paled in comparison to his friends 6502-based machines. A little jealously and thirty years go a long way, because now [Boisy] is adding a 6809 microprocessor to the 6502-based machines Atari put out.

[Boisy]’s goal for his Liber809 project was simple: Put a 6809 CPU in an Atari XEGS and get NitrOS-9, the Unix-like OS for the TRS-80 CoCo running on his Frankenputer. After a few months of work, [Boisy] completed his goal and more so: the Liber809 also works on the Atari 1200XL.

To put [Boisy]’s work in perspective, it’s like he took a Macintosh from 1993 and made it run on an Intel 486. While that’s not a terribly accurate analogy, we hope our readers will understand the fortitude needed to make a computer run on a completely different processor.

After the break, you can check out a neat demo app written by [SLOR] from the AtariAge forums showcasing a 6809 running in a machine designed for a 6502. Awesome work for all involved

Continue reading “Giving An Old Atari Computer A Much Needed Upgrade”

Rabiscoscopio – Oscilloscope Drawing Made Easy

Rabiscoscopio

If you own an oscilloscope, sooner or later the urge to see something other than signals on the screen will strike. Some people ignore the urge and go about their normal business while others give in, spending hours carefully crafting images, games, and more. The process is time consuming and tricky as our own [Kevin Dady] discovered, but rewards come in the form of geek cred and are hard to pass up.

[Alex] wanted to draw on his oscilloscope, but decided that he would try something other than the microcontroller-based solutions we have seen in the past. He figured the easiest and most accessible way to draw on the scope was with sound, so he whipped up a small application he calls Rabiscoscopio to do most of the work for him.

He starts off by drawing an image using a single line, saving it as an SVG file. This image is converted into an audio file by Rabiscoscopio, which can then be fed directly into his oscilloscope from his PC. That’s all there is to it – it really doesn’t get much easier.

While you could claim that [Alex] is cheating his way through the oscilloscope drawing process, we think his application rocks – after all, hacking is about making your technology work for you rather than the other way around.

Give Rabiscoscopio a try and post the results here or in our Flickr stream – we’d love to see what you guys come up with.

In the meantime, check out the video below to see [Alex’s] attempt at replicating the Garoa Hackerspace logo on his scope.

Continue reading “Rabiscoscopio – Oscilloscope Drawing Made Easy”

The Trials Of Digital Design Class

Late last week, we saw a rather clever combination lock build that used only a single 74xx logic chip. [J. Peterson] read this post, and in a battle royale of geek one upmanship sent us a write up of the logic chip computer he built nearly 30 years ago at the University of Utah.

Around 1982 or 1983, [J. Peterson] took the Digital Hardware Lab at the University of Utah. The class was split into two semesters; during the fall semester, students would build a four digit, stack-based calculator that could add and subtract. That may sound easy, but everything – including reading the keyboard, multiplexing LEDs, and performing the mathematical operations – was done with gates and latches.

After Christmas break, the poor souls who had just finished their calculator were presented with another challenge due in four short months. The calculator built during the fall would turn into a full-blown computer, functionally similar to a PDP-8.

After months of work, and seeing the 70 people who showed up on the first day of class in September dwindle down to a handful in late April, [J. Peterson]’s computer was complete. The test program ran through a couple iterations, and the computer was immediately disassembled.

An awesome tale of digital design from only a generation ago. And you thought Verilog was hard.

Floppy Autoloader Takes The Pain Out Of Archiving 5000 Amiga Disks

floppy-autoloader

Archiving data from old floppy disks can be a tedious process at best. Poorly labeled disks combined with slow transfer speeds put it high on the list of things we would rather not do, and it turns out that [Dweller] was of the same opinion. With an estimated 5,000 floppies in his collection, he finally decided it was time to clean house.

With no idea of what was stored where, he decided the best way to go about the process was to read all of the disks, archiving everything, saving the sorting process for later. He originally started by building a floppy autoloader out of Lego Mindstorm parts, which looked good on paper, but performed pretty poorly.

He came across an old floppy duplicator on eBay and figured that since the machine was built for handling gobs of disks, that it was the perfect base for his autoloader. He pulled the mechanical bits from the machine, incorporating them into the rig you see above. He swapped out the duplicator’s brains for an Arduino, which allows him to batch copy his disks and save a picture of each label with little effort.

He says that the system works great, making his life a lot easier (and less cluttered!)

Check out the video below to see his floppy autoloader in action.

Continue reading “Floppy Autoloader Takes The Pain Out Of Archiving 5000 Amiga Disks”