Archive for 'News'

The PCB is coming down

Got an mail from pcb-pool.de, our PCB is nearly done and will arrive this week. So the first prototype will be assembled over the weekend. Keep fingers crossed that everything is working as planed. Quick Featuers list ATMega 644 Software USB FTDI USB Debug port 4MB SRAM LO/HI Rom Switch SD Card Daughter Board AVR [...]

Snes SDK Toolchain

Yesterday i learnt from Lint that there is a new Snes toolchain coming down. The Project can be found herehttp://code.google.com/p/snes-sdk/. Right now i have it running under linux. Just working on a patch for os x. Thumbs up to Ulrich Hecht for his work on this project. Features: WLA DX Assembler Backend 816-tcc C Compiler [...]

Our POC is running Super Mario World!

Had a big breakthrough yesterday with our Super Nintendo Snesram project. Got for the first time a commercial game running. This was quite a hard one. Spend a great amount of time debugging the memory uploads routines. I had to add CRC checks to both sides of the hardware. An AVR hosted CRC memory check [...]

SNESRAM Proof of Concept is working

We have been working the last 4 Weekends on a cool side project – we built a DIY Super Nintendo development hardware. As a SNES Programmer or SNES Nerd you always want to run your code on the orignal hardware. But this is only possible using old backup stations from the 90ies like the Super [...]

Super Nintendo on the Wii with DIY Controller

I had so much fun finding out how good the Snes9x GX Emulator for the Wii is. I never really got into the Wii hacking scene yet, just keept a little and h following the exploiting status of the wii. So when the Homebrew Channel came out, i installed it. But never really did something [...]

Tag Cloud

My wordle…

Ledmatrix Chip-8 Emulator

So the next thing could be an Chip-8 emulator runinng on a medium sized Atmega. CHIP-8 is an interpreted programming language, developed by the late Joseph Weisbecker. It was initially used on the COSMAC VIP and Telmac 1800 8-bit microcomputers in the mid-1970s. CHIP-8 programs are run on a CHIP-8 virtual machine. It was made [...]

Ledmatrix RG(B) Display ?

Finally we want to do something useful with the Ledmatrix. The ultimate Project would be an Gameboy Display sized RGB thingy. But this is too complex and can’t be done with a few and cheap parts. Lets say you go for 160×144 Pixel, so this makes 90 panel you would have to feed which data [...]

Ledmatrix PWM

Max made some progress with the ledmatrix. Nice PWM stuff.

SNES 65c816 C Compiler

Thanks to Lint i found a C compiler for the SNES. The Sdk is only for windows but i got i working with wine. So i managed to port one of Lint’s c sample code to unix makefile.You can fetch the fully working source: git://github.com/optixx/snes.git # SDK Config SDK=/home/david/.wine/drive_c/65xx_FreeSDK CC=$(SDK)/bin/WDC816CC.exe AS=$(SDK)/bin/WDC816AS.exe LD=$(SDK)/bin/WDCLN.exe # External Tools [...]