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 00:26:07 +0300
committerGitHub <noreply@github.com>2022-12-23 00:26:07 +0300
commitc964941ece004787d5fb95d74b20c011959a5579 (patch)
tree96ad6adce474409c51ace9c7f4ef7eadf22cf50f
parentf17ef62786214a2ce3e94e7573bf538a053fb5d5 (diff)
Update README.md
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 33e4bf4..c48f106 100644
--- a/README.md
+++ b/README.md
@@ -215,7 +215,7 @@ All registers are $00 on power-on and reset.
```
Power-on/reset state: A=0, B=~2, C=~1, D=~0
-## Chr banking modes
+## CHR banking modes
```
| Code | $0000 | $0400 | $0800 | $0C00 | $1000 | $1400 | $1800 | $1C00 | Notes |
| ---- + ----- + ----- + ----- + ----- + ----- + ----- + ----- + ----- + ---------------------------------------- |
@@ -233,6 +233,6 @@ Power-on/reset state: A=0, B=~2, C=~1, D=~0
| ---- + ------- ----- + ------------- + ------------- + ------------- + ---------------------------------------- |
| 110 | A | C | E | G | Used by many complicated mappers |
| ---- + ----- + ----- + ----- + ----- + ----- + ----- + ----- + ----- + ---------------------------------------- |
-| 111 | A | B | C | D | E | F | G | H | |
+| 111 | A | B | C | D | E | F | G | H | Used by very complicated mappers |
```
Power-on/reset state: A=0, B=1, C=2, D=3, E=4, F=5, G=6, H=7