Skip to content

Commit 5fbb5b1

Browse files
authored
Update README.md
1 parent 1a92225 commit 5fbb5b1

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# Famicom/NES Dumper/Writer
22

3-
43
## Overview
54

65
This is a powerfull dumper/writer for Famicom/NES cartridges and Famicom Disc System cards. The goal of the project is to create an ideal famicom data bus simulator. 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. Also, this device is very fast.
@@ -13,17 +12,19 @@ This is a powerfull dumper/writer for Famicom/NES cartridges and Famicom Disc Sy
1312

1413
![Photo](https://user-images.githubusercontent.com/4236181/199539772-cbb50b0d-46fc-4041-86d4-61bbee8b1c01.jpg)
1514

15+
![COOLBOY writing using GPIO pins](https://user-images.githubusercontent.com/4236181/205022872-06b35562-9506-4536-8cd8-bed026156c52.jpg)
16+
1617
You can use it to:
1718

1819
* Dump cartridges, so you can play copy of your cartridge on emulator.
1920
* Read/write battery backed saves, so that you can continue your saved game on emulator/console.
20-
* Write special cartridges like [COOLGIRL](https://github.com/ClusterM/coolgirl-famicom-multicard).
21-
* 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.
21+
* (Re)write special cartridges like [COOLGIRL](https://github.com/ClusterM/coolgirl-famicom-multicard).
22+
* (Re)write ultracheap chinese COOLBOY cartridges. Soldering is required to work with old versions but it's very simple. New versions can be rewritten without soldering.
23+
* (Re)write UNROM-512 cartridges (Nesmaker)
2224
* Test your cartridges.
2325
* Read and write Famicom Disk System cards using FDS drive with the RAM adapter.
24-
* Some reverse engineering.
25-
* Anything else that requires Famicom bus simulation.
26-
26+
* Do some reverse engineering.
27+
* Anything else that requires Famicom/NES bus simulation.
2728

2829
## Schematic:
2930

@@ -33,7 +34,6 @@ Bill of Materials:
3334

3435
![BoM](schematic/bom.png)
3536

36-
3737
## Firmware
3838

3939
You need to write firmware to two chips: the STM32F103ZET microcontroller and the EPM3064 CPLD. But actually you need only to flash bootloader to STM32 using ST-Link programmer. Using bootloader you can flash both firmwares: to the STM32F103ZET and to the EPM3064.

0 commit comments

Comments
 (0)