I’ve procured a kit for a Fuzebox, from http://www.ladyada.net/make/fuzebox/
It’s an 8-bit, open source video game console. Mono sound output. RCA composite output at 240 x 224 pixels, with a total of 256 unique colors
The really interesting part is the microcontroller. It’s not even a microcontroller, it’s simply a tiny computer on a single chip. It’s an Atmela Atmega644 chip. It has 64k of flash rom for instructions storage, and 4k of SRAM for a run time memory space. It gets up to 20 MIPS, and there are tools to let you program it in C. It’s running the Atmel AVR Core, whose machine language has only 131 verbs, and its registers only 8 bits of width. So it’s a very intelligible system. Learning how to use one of these chips would open up many doors that remain closed to the BS2…with only 2K of EEPROM that is shared between both instruction storage and runtime memory.
Here’s the project board…time to get started soldering

Under the microscope


