From 8aeee03b8c28e621f983cf6af1205ab0efe03398 Mon Sep 17 00:00:00 2001 From: Alexey 'Cluster' Avdyukhin Date: Tue, 1 Dec 2020 17:29:21 +0300 Subject: [PATCH] Update index.md English language fixes. --- 1209/BABA/index.md | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/1209/BABA/index.md b/1209/BABA/index.md index 06b6465..5b4645f 100644 --- a/1209/BABA/index.md +++ b/1209/BABA/index.md @@ -6,19 +6,17 @@ license: GPLv3 site: https://github.com/ClusterM/famicom-dumper-writer source: https://github.com/ClusterM/famicom-dumper-writer --- -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. +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. ![Dumper](https://github.com/ClusterM/famicom-dumper-writer/raw/main/photos/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 is required for old versions but it's very simple. New versions can be rewritten without soldering -* Test your cartridges -* Read and frite Famicom Disk System cards using FDS drive with RAM adapter -* Some reverse engineering -* Anything else that requires Famicom bus simulation + +* Dump cartridges, so you can play copy of your cartridge on emulator. +* Read/write battery backed saves, so that 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 is required to work with old versions but it's very simple. New versions can be rewritten without soldering. +* Test your cartridges. +* Read and frite Famicom Disk System cards using FDS drive with the RAM adapter. +* Some reverse engineering. +* Anything else that requires Famicom bus simulation.