diff --git a/README.md b/README.md index 74c4f15..95f3d14 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ -# nes-misc-examples -Set of NES/Famicom/Dendy programming examples in the ca65 assembler. +# ![](https://github.com/tstamborski/pixelart-icons/blob/main/png/famicom64.png) NES Miscellaneous Examples +Set of NES/Famicom/Pegasus/Dendy programming examples made in the ca65 assembler. +## Overview +This is a set of programming examples which I have made for my own educational purposes and I want to share them with others. I try to keep them possibly educational friendly to everybody, so there are always a few comments in english. All examples are made with ca65 assembler which is a part of the [cc65](https://cc65.github.io) package. All graphics (tiles/nametables/palettes) are made with [NEXXT](https://frankengraphics.itch.io/nexxt).