Add new sample code contributed by Greg King

git-svn-id: svn://svn.cc65.org/cc65/trunk@1990 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz
2003-02-16 14:43:00 +00:00
parent 397c068cfb
commit b48ba7cbd1
4 changed files with 92 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
This directory contains sample programs for the cc65 compiler.
Below is a short description for each of the programs together with a list of
@@ -18,6 +18,14 @@ Please note:
List of supplied sample programs:
-----------------------------------------------------------------------------
Name: ascii
Description: Shows the ASCII (or ATASCII, PETSCII) codes of typed
characters. Written and contributed by Greg King
<gngking@erols.com>.
Platforms: All platforms with conio or stdio (compile time
configurable).
-----------------------------------------------------------------------------
Name: fire
Description: Another graphics demo written by groepaz/hitmen.