diff --git a/CHANGELOG.md b/CHANGELOG.md index c611488d..6dcb7975 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,7 +19,7 @@ ## 0.3.12 * **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!** Changed the identifiers for various subtypes of the 65C02 processors. diff --git a/examples/README.md b/examples/README.md index 706c1e69..6356207d 100644 --- a/examples/README.md +++ b/examples/README.md @@ -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. -* [Balls](x16/palette.mfk) – 16 sprites using 240 colours. +* [Balls](x16/balls.mfk) – 16 sprites using 240 colours.