posted Oct 18th 2011 1:01pm by
Mike Szczys
filed under:
Microcontrollers,
peripherals hacks

[Marcus Gritsch] wanted to do his retro gaming using retro hardware… or at least using some retro hardware. Although he was playing his Commodore 64 games in an emulator, he figured that using an original controller would boost the nostalgia quite a bit. This is a vintage Competition Pro joystick that has buttons and a joystick of a similar quality to arcade hardware and a DE-9 connector. He managed to connect new to old by building his own USB to C64 joystick adapter.
His project started out by breadboarding a circuit based on a PIC 24FJ64GB002 microcontroller. This does all of the work, having native USB support, and no problem reading and translating the signals from the old hardware which are simply conductors for each internal switch that pull to ground when actuated. Once working, he soldered everything to some protoboard; a connector at each end, the chip itself, a voltage regulator, and some passive components. It’s a, robust build that should give him years of emulated fun.
posted Aug 3rd 2011 2:01pm by
Mike Nathan
filed under:
classic hacks

To say that Commodore 64 aficionados are a dedicated group would be quite the understatement. There are still quite a few individuals that spend all sorts of time building and programming for the C64 in order to make using them enjoyable, and to keep up to date with current technologies.
[Luigi] is one of these people. He wanted a way to easily transfer files between his PC and his C64 that was fast but cheap. To [Luigi], this meant USB file transfers, which would take quite a bit of work to implement. He started out by rolling his own BASIC interpreter which could eventually be extended to support USB. Using his BASIC-Plus interpreter, he was able to implement a USB Kernel, which could transfer files at 1.2 KB/s via a USB to serial adapter. Wanting faster file transfers, he built a USB to parallel adapter, which resulted in a nearly 8-fold increase in speed.
So, if you have been dying to have USB capabilities on your C64, look no further, [Luigi] has just what you need!
Continue reading to see a quick video of USB-64 in action.
[Thanks, Matt]
Read the rest of this entry »
posted Jul 31st 2011 8:00am by
Mike Nathan
filed under:
classic hacks,
pcs hacks,
peripherals hacks

[Frank], like many people, has a soft spot in his heart for the Commodore 64. He prefers to play his C64 games on his computer nowadays, but likes using his old school Competition Pro rather than some modern controller with remapped buttons. The only problem with using the controller is that his new computer doesn’t have any ports that accommodate its 9-pin D-sub connector.
The VICE emulator maps keyboard inputs to controller actions, so he decided to build himself a D-sub to USB adapter that implements a virtual USB keyboard. He wrote a firmware package for the Freescale MC9S08JS16L microcontroller that allows him to send keypresses to his emulator whenever he performs an action with his Competition Pro joystick.
The circuit looks easier to duplicate than some other C64 interfaces we have seen before, and as you can see in the video below, it works quite well. We imagine that this setup can be used to connect all sorts of old input devices to modern PCs with little to no tweaking.
Read the rest of this entry »
posted Feb 8th 2010 3:00pm by
Phil Burgess
filed under:
classic hacks,
digital audio hacks

“Everyone needs a hobby,” they tell us. For the blogger mysteriously identified only as “R,” that hobby would be an almost fanatical nostalgia for the Commodore 64 computer.
At first we thought this was a fan community site, but apparently it’s all the work of a single person. [R] has tweaked, extended, repackaged and resurfaced this 1980’s icon in nearly every imaginable way. They tend to gloss over the technical aspects of these mods, but that’s okay – the C64 is such an exhaustively documented system now that the site dwells mainly on the aesthetics and meaning of these reborn devices.
The 64 has made an indelible impression on electronic music, and the machines are still sought after by collectors, composers and circuit-benders. [R] pays homage by housing these vintage systems in styles reminiscent of even vintage-er synthesizers. Any one of these would warrant a post here, yet there’s a whole collection to browse. Check it out!
[via Retro Thing]
posted Jan 23rd 2010 9:06am by
Caleb Kraft
filed under:
classic hacks,
pcs hacks,
peripherals hacks

Before we get started, lets just point out that this C64 was broken. He did not take a functional C64 out of operation for this. What he did do, was to build a hardware interface for for his VICE system. For those unfamiliar, VICE is a cross platform C64 emulator. [Simon] points out that the old games just weren’t as much fun without the original hardware. Having a broken C64 lying around, he put it to good use. It now acts as the interface for all the original fun stuff.
If you are a fan of the hardware, but just want to interface it as a normal USB keyboard, that is possible as well.
posted Dec 8th 2009 1:01pm by
Mike Szczys
filed under:
pcs hacks

[Matthias] built a wooden enclosure for his keyboard. He’s used to using a Commodore 64 keyboard and decided he didn’t need the num pad found on modern keyboards.
It’s not the finished product that interests us, but the methods he used to create such a nice looking enclosure. From the wooden binary adder he produced we know he’s a talented woodworker. He takes us step-by-step through the use of a scroll saw, table saw, and router tabled to turn out this one-of-a-kind. You may not own these tools but someone you know does. Follow his example and turn out your own wooden wonders.
[Thanks Harald]
posted Nov 14th 2009 7:11am by
Caleb Kraft
filed under:
classic hacks,
peripherals hacks

[svofski] has a friend who is a pixel artist. They really wanted to try out their skills on a c64, but were missing a mouse. The original mouse for the c64 was not only serial, but used a different method of communication than more modern mice. [svofski] built this adapter to translate the ps/2 data to something the c64 can use. The writeup describes the build in detail and even has the PCB and source code available for download.
[via flickr]
posted Sep 9th 2009 12:00pm by
Mike Szczys
filed under:
iphone hacks,
macs hacks

After making it to the top 20 in most regions, Apple has removed the c64 emulator for the iPhone from the App Store. Apparently the thorough app review process didn’t discover that the BASIC system had not been removed from the app, but was instead merely hidden.
Another revision of the emulator has been submitted for review but how long will that take? What is the review process for if they’re not looking deep enough to find specific functions they don’t want an app to have? Approving apps and pulling them a few days later is another Hot Coffee waiting to happen.
[POCKET GAMER via Slashdot]