You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is simple dumper/writer for Famicom cartridges and Famicom Disc System cards. This version is much faster compared to
10
-
the [old one](https://github.com/ClusterM/famicom-dumper). It's using very accurate M2 cycle simulation and usinc FSMC
11
-
(Flexible Static Memory Controller) to access PRG and CHR memory. FSMC is precisely synchronized with the M2 clock signal
12
-
using CPLD chip. Also new version uses fast on-chip USB controller instead of slow FT232 USB-UART converter.
9
+
This is a 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 a very accurate M2 cycle simulation and FSMC (Flexible Static Memory Controller) to access PRG and CHR memory. FSMC is precisely synchronized with the M2 clock signal using a CPLD chip. The new version is also using a fast on-chip USB controller instead of a slow FT232 USB-UART converter.
* Dump cartridges, so you can play copy of your cartridge on emulator
18
-
* Read/write battery backed saves, so you can continue your saved game on emulator/console
19
-
* Write special cartridges like [COOLGIRL](https://github.com/ClusterM/coolgirl-famicom-multicard)
20
-
* Rewrite ultracheap chinese COOLBOY cartridges. Soldering is required for old versions but it's very simple. New versions can be rewritten without soldering
21
-
* Test your cartridges
22
-
* Read and frite Famicom Disk System cards using FDS drive with RAM adapter
23
-
* Some reverse engineering
24
-
* Anything else that requires Famicom bus simulation
14
+
15
+
* Dump cartridges, so you can play copy of your cartridge on emulator.
16
+
* Read/write battery backed saves, so that you can continue your saved game on emulator/console.
17
+
* Write special cartridges like [COOLGIRL](https://github.com/ClusterM/coolgirl-famicom-multicard).
18
+
* Rewrite ultracheap chinese COOLBOY cartridges. Soldering is required to work with old versions but it's very simple. New versions can be rewritten without soldering.
19
+
* Test your cartridges.
20
+
* Read and frite Famicom Disk System cards using FDS drive with the RAM adapter.
21
+
* Some reverse engineering.
22
+
* Anything else that requires Famicom bus simulation.
0 commit comments