aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <mssola@mssola.com>2026-04-06 23:04:30 +0200
committerMiquel Sabaté Solà <mssola@mssola.com>2026-04-06 23:04:30 +0200
commit3cc900bf0482bb2c19df9b1bb753ecfb505bbbe3 (patch)
treec02f762ae00632a7274f8f22807d4d9d453c911a
parent170b32dd493daa9585bff7d27db1c7fc4967c934 (diff)
downloadjetpac.nes-3cc900bf0482bb2c19df9b1bb753ecfb505bbbe3.tar.gz
jetpac.nes-3cc900bf0482bb2c19df9b1bb753ecfb505bbbe3.zip
Simplify wording on README.md
Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
-rw-r--r--README.md11
1 files changed, 5 insertions, 6 deletions
diff --git a/README.md b/README.md
index f60c968..1a86fbe 100644
--- a/README.md
+++ b/README.md
@@ -114,17 +114,16 @@ This game is designed for the [NROM](https://www.nesdev.org/wiki/NROM) cartridge
board. Specifically, the 32K on PRG ROM capacity, and 8K on CHR ROM
capacity. This is the most basic cartridge board available, and it was more than
enough for this simple game. In fact, despite being completely careless on ROM
-space, I only ended up filling ~30% of ROM space for this basic configuration
-(check the exact numbers in the [CHANGELOG.md](./CHANGELOG.md) file).
+space, I only ended up filling ~30% of it for this basic configuration (check
+the exact numbers in the [CHANGELOG.md](./CHANGELOG.md) file).
Moreover, this is a game that doesn't do any scrolling. Thus, I could've picked
up any kind of mirroring for it, but here I'm using the horizontal one.
Last but not least, the build system produces both an NTSC and a PAL version of
-the game. Coming from PAL territory myself, I've made an effort to make them
-feel more or less the same way. That is, the PAL version shouldn't feel slower
-in any way than the NTSC one. If that's not the case for you, [report an
-issue](https://github.com/mssola/jetpac.nes/issues).
+the game. Coming from PAL territory myself, I've made an effort so the PAL
+version doesn't feel slower in any way than the NTSC one. If that's not the case
+for you, [report an issue](https://github.com/mssola/jetpac.nes/issues).
# License