[PJ Evans] had a ruined game cartridge lying around, just waiting for a project. As Activision’s F-14 Tomcat game for the Atari 2600 console, it seemed ripe for use as a project enclosure of some sort. When he came across a couple of 9-pin D-sub joystick ports, he had an idea. He realized his Rasperry Pi Zero could fit inside the cartridge. Add a power button, TV color selector, difficulty switch, as well as select and reset buttons, and you have an emulator.
[PJ]’s Pi Zero had more than enough GPIO pins to accommodate all of those buttons and switches plus a bunch more for the joysticks. Why not put the emulator inside a game cartridge? In terms of software [PJ] looked into Adafruit’s Retro Gaming with Raspberry Pi resource, which has tons of suggestions for setting up game emulators. He decided on the RetroPie operating system to help him map out all of the pins, with Stella doing the actual Atari 2600 emulation.
Thanks, @seb_ly]!
Great build, nice work! Now if inly it was possible to get the damn Pi Zeros :(
You spelt “Pi Zero Stock” wrong.
It is a nice project. Although I would have been more impressed to see it done in FPGA. Using a Pi to emulate such a simple game console seem like total overkill.
All the same it’s impressive in it’s own right.
It’s actually a difficult console to emulate. It doesn’t say much in concrete terms, but my 486-100 wouldn’t run Stella at anything like full speed, more like quarter-speed.
Maybe they’ve optimised it since then. But the fact that you have to emulate the video display, as well as getting perfect timing for every piece of hardware, means it needs MUCH more power than, say, a Spectrum or NES.
It’s the same for some other very early machines. In terms of emulatability, the requirements start off high for the oldest machines, then go down with machines from the early 80s, then start to climb again.
The Atari was probably less than one MIP and the Pi is probably a number of GIPs so you have a processor of over 1000 times the speed of the emulated system. The time granularity is being chewed up by the Pi’s Operating System rather than the emulation itself.
That’s why I suggested FPGA as it’s would simple with FPGA but one big square chip in the middle of a board isn’t at all retro or visually impressive.
The other advantage to FPGA would be that you can spit out VGA instead of PAL or NTSC. A lot of the software (games) for the Atari used a technique called something like “racing the beam” and that is hard on a software emulated solution but easy in a hardware emulation.
I never had one of these and I just looked at the schematic. It’s actually a very simple machine with only !!! 128 Bytes of RAM.
Your right though, that the style of video generation used is very expensive in terms of time granularity for software emulation.
> A lot of the software (games) for the Atari used a technique called something like “racing the beam” and that is hard on a software emulated solution but easy in a hardware emulation.
For the 2600, all software did this. The display hardware didn’t have any way to store any information like a sprite, map, or framebuffer.
Have a good read of the problems in fixing ET for a lot of detail on how this worked, http://www.neocomputer.org/projects/et/#fixfall
Zero’s aren’t hard to get. You just have some constraint that makes it hard. A $0 shipping constraint makes them impossible to get.
Shipping cost for me is more than the item cost. With a one per customer limit from local suppliers this makes for a very hard constraint
So you CAN get them? You just have to get them one at a time? Why are you complaining that you can’t get them?
I have no complaints about paying reasonable shipping costs but paying for the whole dammed gold plated ship to deliver it is beyond a joke.
This product was specifically marked as a 5$ computer. BTW, I will sell you a very good 5$ laptop (i7 and all!), there is just a 900$ shipping and handling fee.
Another pi in a box, bravo
Why not give the E.T cartridge a second chance for life? I heard there is a lot of them :)
If you’re going to hack an ET cart, burn this patched version to new EPROMs!
http://hackaday.com/2013/04/06/fixing-the-worst-video-game-ever-e-t-for-atari-2600/
Now his “Atari in a cartridge” needs a cartridge slot so he can plug in other Atari cartridges and achieve Atari Nirvana!
Nice packaging!
Atari Inception!
Yo dawg…
hmm I still prefer the NES cart retropi article from a year ago http://hackaday.com/2016/11/01/pi-cart-2400-games-in-one/ was cleaner and has more options
I thought it was cute enough. Like the real non-usb ports :)
This is the coolest thing I have seen today!
Curious if paddles function properly in Stella with his 9-pin connectors. I tried using my old Stelladapters with real paddles on a RetroPie and was not getting good response (though it’s possible this is due to the paddles not functioning properly on a real Atari, I don’t have one to test with)
Nice work! This little guy is pretty sweet looking.