Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/famicom-dumper.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2016-04-18 15:14:49 +0300
committerAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2016-04-18 15:14:49 +0300
commit408a6448a9c7e98aaecc6175f1f5ecac6899a6a6 (patch)
treec40511f25ca21789615ad331de634ac4c3ba8347
parent24934be985f1a7f49e352130f46b6630aa3687da (diff)
parent1ff2e018af6e9176a353dc86e6c650b56dba7768 (diff)
Merge branch 'master' of https://github.com/ClusterM/famicom-dumper
-rw-r--r--README.md13
1 files changed, 7 insertions, 6 deletions
diff --git a/README.md b/README.md
index 672a8bd..b2710c7 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@
This is simple dumper/programmer for Famicom cartridges.
-![Schematics](images/dumper.jpg)
+![Dumper](images/dumper.jpg)
You can use it to:
* Dump cartridges, so you can play copy of your cartridge on emulator
@@ -25,15 +25,16 @@ You need:
* ATMEGA64
* FT232RL
* 60-pin edge socket
+* Printed circuit board, you can order one using files it "board" or "board2" folders.
+* Some capacitors
* Maybe some leds
-That's all!
+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.
+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
@@ -52,12 +53,12 @@ You can use command "**make program PROGRAMMER_PORT=COM10**" to program main fir
That's all! It's ready to use. Now you need PC-side client to use it: https://github.com/ClusterM/famicom-dumper-client
-## How to rewrite COOLBOY cartridges.
+## 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:
-![Schematics](images/coolboy.jpg)
+![COOLBOY](images/coolboy.jpg)
Don't forget to solder pins back before using cartridge.