diff options
| author | Miquel Sabaté Solà <mikisabate@gmail.com> | 2025-01-23 16:14:12 +0100 |
|---|---|---|
| committer | Miquel Sabaté Solà <mikisabate@gmail.com> | 2025-02-04 22:00:07 +0100 |
| commit | fdf44365e56c3741f47cbd421a57f0d074a5492c (patch) | |
| tree | 92b55944dd84171f6c42857402b1f90f835abfa2 /README.md | |
| parent | 6c207c192b7ce1a292249afd7b0a3499be70d03c (diff) | |
| download | code.nes-fdf44365e56c3741f47cbd421a57f0d074a5492c.tar.gz code.nes-fdf44365e56c3741f47cbd421a57f0d074a5492c.zip | |
fx: Provide an example of PPU bank switching
Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -37,7 +37,8 @@ The examples are distributed like this: but we make it move and perform an action like shooting bullets. - `scroll`: different scrolling tactics. Read the [scroll/README.md](./scroll/README.md) file for more info. -- `fx`: miscellanous effects that can be achieved with this humble machine. +- `fx`: simple graphical effects that can be pulled off. Read the + [fx/README.md](./fx/README.md) file for more info. ## Other projects |
