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

github.com/ClusterM/famicom-dumper-writer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2020-12-01 16:10:10 +0300
committerAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2020-12-01 16:14:48 +0300
commit56e383c5e81e0bb5f8cb3c5ec592348df22bb719 (patch)
treec9eb3b617a9a201ca81c310a239aa7ed43a00017
parent60c34ba7b20ea9152a2c7747c67c9ab9b5cf494f (diff)
Updated readme, added photo
-rw-r--r--README.md13
-rw-r--r--photos/dumper.jpgbin0 -> 145855 bytes
2 files changed, 11 insertions, 2 deletions
diff --git a/README.md b/README.md
index eeb9403..c45a53b 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,11 @@
## Overview
-This is simple dumper/writer for Famicom cartridges and Famicom Disc System cards.
+This is simple dumper/writer for Famicom cartridges and Famicom Disc System cards. This version is much faster compared to
+the [old one](https://github.com/ClusterM/famicom-dumper). It's using very accurate M2 cycle simulation and usinc FSMC
+(Flexible Static Memory Controller) to access PRG and CHR memory. FSMC is precisely synchronized with the M2 clock signal
+using CPLD chip. Also new version uses fast on-chip USB controller instead of slow FT232 USB-UART converter.
+
![Dumper](photos/dumper.jpg)
@@ -20,13 +24,18 @@ You can use it to:
##Schematic:
-![Schematic](scematic/scematic.png)
+![Schematic](schematic/schematic.png)
Bill of Materials:
![BoM](schematic/bom.png)
+## Firmware
+
+You need to write two firmwares: to the STM32 chip using ST-Link programmer and the EPM1270 CPLD chip using USB Blaster programmer.
+
+
## Software
[https://github.com/ClusterM/famicom-dumper-client](https://github.com/ClusterM/famicom-dumper-client)
diff --git a/photos/dumper.jpg b/photos/dumper.jpg
new file mode 100644
index 0000000..929918e
--- /dev/null
+++ b/photos/dumper.jpg
Binary files differ