The project is a device that dumps (reads) N64 cartridges and writes to a custom flash cart I have yet to produce.
It's based around a PIC16LF877a, a small microcontroller which has enough I/O pins to interface directly to the cart slot without any glue logic.
So far it communicates with a PC via serial, using a MAX3233 level converter chip. I can tell the PIC to do things over a HyperTerminal window, and control the I/O directly.
The whole thing runs off 3.3v via an adjustable linear regulator I snagged off an old video card. I had to use a low-voltage pic because of this. The n64 bus is 3.3v
You may notice it has two serial ports: one for programming the PIC via a 3-resistor programmer

Again, it's not yet done, but I'm close

