Added new sample gunzip65 from Piotr

git-svn-id: svn://svn.cc65.org/cc65/trunk@2474 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz
2003-10-06 10:54:46 +00:00
parent 387ebfd396
commit 0f9f3d6abd
4 changed files with 257 additions and 18 deletions

View File

@@ -21,9 +21,9 @@ List of supplied sample programs:
-----------------------------------------------------------------------------
Name: ascii
Description: Shows the ASCII (or ATASCII, PETSCII) codes of typed
characters. Written and contributed by Greg King
characters. Written and contributed by Greg King
<gngking@erols.com>.
Platforms: All platforms with conio or stdio (compile time
Platforms: All platforms with conio or stdio (compile time
configurable).
-----------------------------------------------------------------------------
@@ -32,6 +32,13 @@ Description: Another graphics demo written by groepaz/hitmen.
Platforms: The program is currently only running on the C64, but should
be portable to the C128 and CBM510 (and maybe more machines).
-----------------------------------------------------------------------------
Name: gunzip65
Description: A gunzip utility for 6502 based machines written by Piotr
Fusik <fox@scene.pl>.
Platforms: Runs on all platforms with file I/O (currently the Atari and
most Commodore machines).
-----------------------------------------------------------------------------
Name: hello
Description: A nice "Hello world" type program that uses the conio