1
0
mirror of https://github.com/KarolS/millfork.git synced 2025-08-07 12:25:40 +00:00

Fix typos

This commit is contained in:
Karol Stasiak
2019-12-01 23:13:51 +01:00
parent 66369feffb
commit 490d80e5a4
2 changed files with 2 additions and 2 deletions

View File

@@ -19,7 +19,7 @@
## 0.3.12 ## 0.3.12
* **Breaking change!** * **Breaking change!**
The `petscr`, `petscrjp` and `atasciiscr` encodings now use $E0 and $DB respectively as their string terminator. The `petscr`, `petscrjp` and `atasciiscr` encodings now use $E0, $E0 and $DB respectively as their string terminator.
* **Potentially breaking change!** * **Potentially breaking change!**
Changed the identifiers for various subtypes of the 65C02 processors. Changed the identifiers for various subtypes of the 65C02 processors.

View File

@@ -78,4 +78,4 @@ no more one of which will display correctly depending on the default font of you
* [Palette](x16/palette.mfk) displays the default 256-colour palette. * [Palette](x16/palette.mfk) displays the default 256-colour palette.
* [Balls](x16/palette.mfk) 16 sprites using 240 colours. * [Balls](x16/balls.mfk) 16 sprites using 240 colours.