Skip to content

Commit 8aeee03

Browse files
authored
Update index.md
English language fixes.
1 parent 73cb7e6 commit 8aeee03

File tree

1 file changed

+10
-12
lines changed

1 file changed

+10
-12
lines changed

1209/BABA/index.md

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,17 @@ license: GPLv3
66
site: https://github.com/ClusterM/famicom-dumper-writer
77
source: https://github.com/ClusterM/famicom-dumper-writer
88
---
9-
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.
1310

1411
![Dumper](https://github.com/ClusterM/famicom-dumper-writer/raw/main/photos/dumper.jpg)
1512

1613
You can use it to:
17-
* 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

Comments
 (0)