Added the new mandelbrot sample

git-svn-id: svn://svn.cc65.org/cc65/trunk@3228 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz
2004-10-08 20:10:58 +00:00
parent 4233f92e9a
commit 3403d6730f
4 changed files with 144 additions and 1 deletions

View File

@@ -46,6 +46,14 @@ Description: A nice "Hello world" type program that uses the conio
Platforms: Runs on all platforms that support conio, which means:
Apple ][, Atari, C16, C64, C128, CBM510, CBM610, PET, Plus/4
-----------------------------------------------------------------------------
Name: mandelbrot
Description: A mandelbrot demo using integer arithmetic. The demo was
written by groepaz/hitmen and converted to cc65 using TGI
graphics by Stephan Haubenthal.
Platforms: All systems with TGI support. You may have to change the
driver/resolution definition in the source.
-----------------------------------------------------------------------------
Name: mousedemo
Description: Shows how to use the mouse.