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

github.com/ClusterM/coolgirl-famicom-multicart.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2022-12-29 00:23:19 +0300
committerGitHub <noreply@github.com>2022-12-29 00:23:19 +0300
commitd502516d37fc8c2f483f6323ca4f070468af07ba (patch)
treec28e243aaae6ef95c09ed225af82df7f028f757f
parent3ea7a217206f512ccd352b7ae44f865f8a3c533b (diff)
Update README.md
-rw-r--r--README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.md b/README.md
index 333b609..b309538 100644
--- a/README.md
+++ b/README.md
@@ -2,6 +2,15 @@
The goal of the project is to create a open source Famicom cartridge that will not be too expensive and can contain up to ~700 games of various mappers.
+It's inspired by ultra cheap "COOLBOY" multicarts but instead of using single mapper (MMC3) "COOLGIRL" uses EPM1270 CPLD chip to simulate many different mappers. Both PRG and CHR data stored on a single flash memory chip. Before game starts loader loads CHR data from flash to CHR RAM and sets PRG offset, banking modes, mapper code and other settings via registers. There is lockout register bit which prevents further writes.
+
+Full characteristics:
+* PRG ROM: up to 128 MiB
+* CHR RAM: up to 512 KiB
+* PRG RAM: 32 KiB, non-volatile (FRAM) (optional)
+
+You can use [COOLGIRL Multirom Builder](https://github.com/ClusterM/coolgirl-multirom-builder) to combine multiple ROMs into one with menu and loader.
+
## Registers
Range: $5000-$5FFF