Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/NesTiler.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2022-10-30 11:32:08 +0300
committerGitHub <noreply@github.com>2022-10-30 11:32:08 +0300
commit6d3c2fb7007d49ed6caf6800f6237eaae7ba994f (patch)
treecee382cf8d4041a1988de2900ca27b9f21e582ea
parenta8fbab05635d950a3accee050e6a093ddc487393 (diff)
Engrish fix.
-rw-r--r--Examples/README.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/Examples/README.md b/Examples/README.md
index 150a441..3198eb9 100644
--- a/Examples/README.md
+++ b/Examples/README.md
@@ -3,7 +3,7 @@
[**nesasm CE**](https://github.com/ClusterM/nesasm) and **make** are required to compile those examples.
## nrom_simple
-Very simple example with only one full screen image. Demo image is very simple and uses <256 tiles, so there are no need for any bankswitching.
+Very simple example with only one full screen image. Demo image is very simple and uses <256 tiles, so there is no need for any bankswitching.
![Image](../TestImages/Images/blaster_master_right.png)
@@ -25,7 +25,6 @@ Same as **nrom_split** but with сomplicated image that doesn't fit NES colors l
![Image](../TestImages/Images/me.png) -> ![Image](https://user-images.githubusercontent.com/4236181/197870408-4472a362-2829-4c74-baaf-1c27c082d070.png)
-
## mmc3_split4
This example uses single image splitted into four horizontally. Each part uses it's own pattern table, <256 tiles each. MMC3 IRQs and bankswitching used to switch pattern tables on the respective lines, so it's possible to remove 256 tiles limitation at all. This example contains tricky code to avoid visual artefacts.