aboutsummaryrefslogtreecommitdiff
path: root/basics/README.md
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <msabate@suse.com>2023-11-07 14:14:55 +0100
committerMiquel Sabaté Solà <mikisabate@gmail.com>2025-02-04 21:02:07 +0100
commitcb854722b9890c171f7d0600812a7e9a3a2a25c9 (patch)
tree1d9bce62db538471b1c98970115999b8ff93b43e /basics/README.md
parent988332816972638adfa8000dd7e1a474c5fea424 (diff)
downloadcode.nes-cb854722b9890c171f7d0600812a7e9a3a2a25c9.tar.gz
code.nes-cb854722b9890c171f7d0600812a7e9a3a2a25c9.zip
basics: Add an example on UNROM
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
Diffstat (limited to 'basics/README.md')
-rw-r--r--basics/README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/basics/README.md b/basics/README.md
index 7571509..3e4c3a9 100644
--- a/basics/README.md
+++ b/basics/README.md
@@ -13,3 +13,4 @@ Anyhow, these programs are as follows:
to get a detailed explanation on each section.
- `input.s`: how to read the input from one controller.
- `persist.s`: using the MMC1 chip in order to persist data.
+- `unrom.s`: bank switching using the UNROM chip.