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-23 16:48:30 +0300
committerGitHub <noreply@github.com>2022-12-23 16:48:30 +0300
commitc78a7ebc95aac64828cd6d67e49701b190e8cf01 (patch)
tree5e7b74c2a97ec59610968f263512fae0c060a597
parentcc4c45d2afe15e9fbe93b3047423a1e237fdb9d4 (diff)
Update README.md
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 2ee0c66..a1c6bf2 100644
--- a/README.md
+++ b/README.md
@@ -95,7 +95,7 @@ All registers are $00 on power-on and reset.
## Mapper codes
```
| Code | iNES mapper number(s) and name(s) | Flags meaning | Notes |
-| ------ + ---------------------------------- + ------------------------------------- + ----------------------------------------- |
+| ====== + ================================== + ===================================== + ========================================= |
| 000000 | 0 (NROM) | | |
| ------ + ---------------------------------- + ------------------------------------- + ----------------------------------------- |
| 000001 | 2 (UxROM) | 0 - enable "Fire Hawk" mirroring for | Mapper 2 is fully compartible with mapper |
@@ -197,7 +197,7 @@ All registers are $00 on power-on and reset.
## PRG banking modes
```
| Code | $8000 | $A000 | $E000 | $C000 | Notes |
-| ---- + ----- + ----- + ----- + ----- + ---------------------------------------- |
+| ==== + ===== + ===== + ===== + ===== + ======================================== |
| 000 | A | C | UxROM, MMC4, MMC1 mode #3, etc. |
| ---- + ------------- + ------------- + ---------------------------------------- |
| 001 | C | A | Mapper 97 (TAM-S1) |
@@ -219,7 +219,7 @@ Power-on/reset state: A=0, B=~2, C=~1, D=~0
## CHR banking modes
```
| Code | $0000 | $0400 | $0800 | $0C00 | $1000 | $1400 | $1800 | $1C00 | Notes |
-| ---- + ----- + ----- + ----- + ----- + ----- + ----- + ----- + ----- + ---------------------------------------- |
+| ==== + ===== + ===== + ===== + ===== + ===== + ===== + ===== + ===== + ======================================== |
| 000 | A | Used by many simple mappers |
| ---- + ------------------------------------------------------------- + ---------------------------------------- |
| 001 | Spetial mode | Used by mapper 163 |