From 6d3c2fb7007d49ed6caf6800f6237eaae7ba994f Mon Sep 17 00:00:00 2001 From: Alexey 'Cluster' Avdyukhin Date: Sun, 30 Oct 2022 12:32:08 +0400 Subject: Engrish fix. --- Examples/README.md | 3 +-- 1 file changed, 1 insertion(+), 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. -- cgit v1.2.3