From 77c6a6635b1986a4e50c3b34f04331cccee2d091 Mon Sep 17 00:00:00 2001 From: Tobiasz Stamborski Date: Sat, 22 Jul 2023 23:02:08 +0200 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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).