# Famicom Dumper/Writer WARNING! This project is deprecated. It's highly recommended to use new project: https://github.com/ClusterM/famicom-dumper-writer ## Overview This is simple dumper/writer for Famicom cartridges. ![Dumper](images/dumper.jpg) You can use it to: * Dump cartridges, so you can play copy of your cartridge on emulator * Read/write battery backed saves, so you can continue your saved game on emulator/console * Write special cartridges like [COOLGIRL](https://github.com/ClusterM/coolgirl-famicom-multicard) * Rewrite ultracheap chinese COOLBOY cartridges. Soldering required but it's very simple. * Test your cartridges * Some reverse engineering * Anything else that requires Famicom bus simulation ## Schematics and parts list ![Schematics](schematics/famicom_dumper.png) You need: * ATMEGA64 * FT232RL * 60-pin edge socket * Printed circuit board, you can order one using files in "board" or "board2" folders. * Some capacitors * Maybe some leds That's all! ## How to compile firmware All you need is [WinAVR](http://winavr.sourceforge.net/). Just type "make hex" in command line to compile firmware or bootloader. ## How to build it You need to flash ATMEGA64 microcontroll using any AVR programmer. It's recommended to program bootloader first, so you can flash/update firmware via USB. I'm using bootloader by Martin Thomas, you can use already configured one in bootloader folder. There are fuses for it: * LFUSE = E4 * HFUSE = DC * EFUSE = FF You can program it using command like "**make program PROGRAMMER_TYPE=avrisp2 PROGRAMMER_PORT=usb**" from *bootloader* folder. Don't forget to replace *avrisp2* and *usb* with you programmer type and port. Connect device to USB and PC will detect it as virtual serial port. First 8 seconds after power up bootloader is active (all leds are on), so you can program main firmware. You can use command "**make program PROGRAMMER_PORT=COM10**" to program main firmware. Replace *COM10* with port assigned to your dumper (you can use Windows device manager to see it). Also it's recommended to reprogram FT232 chip using [FT_PROG util](http://www.ftdichip.com/Support/Utilities.htm#FT_PROG) to change device name to "Famicom Dumper/Programmer", so it can be detected automatically by software. That's all! You can use it now. ## How to use it Now you need PC-side client to use it: https://github.com/ClusterM/famicom-dumper-client ## How to rewrite COOLBOY cartridges There are ultracheap chinese COOLBOY cartridges like "400 in 1" or "198 in 1". You can buy them on eBay or Aliexpress. And yes, there is flash memory, so you can rewrite it. But you need to unsolder pins /OE and /WE and connect them to TCK and TDO pins on JTAG connector: ![COOLBOY](images/coolboy.jpg) Don't forget to solder pins back before using cartridge.