I wanted to share with you one of my project. I have been developing emulators for SEGA and other systems for many years, but recently I got interested in electronics as part of my SEGA SC-3000 emulation development. I wanted to port my emulator to a small embedded system, not just the PC.
So the adventure started on an Arduino Duemilanove and a TV color PAL video driver. It was written in inline ASM and the graphic is rendered thanks a tiny tile engine. The result was very primitive but it pushed me in going on in my adventure with microcontrollers
Anyway, 2 years later after several projects, I now know a little about electronics, but during this time, I worked with Andre' LaMothe, the creator of the XGameStation, HYDRA, PropC3, and other systems on a new web site called
- Code: Select all
http://www.iC0nstruX.com.
I had to work hard but at the end my starting Arduino project became a real big project. I was able to design the C3Synapse for the PropC3 and go on with my emulator:
- Code: Select all
[url]http://youtu.be/NgzGwCv4NEw[/url]
It's important to find all you need for your project, that's why with
- Code: Select all
http://www.iC0nstrux.com
I hope you liked it!