Added Atari Lynx versions of three sample programs.

The Lynx target can't build the usual versions because its library doesn't have conio output and stdio.
This commit is contained in:
Greg King
2022-03-19 01:21:52 -04:00
parent 266f35ee37
commit 9f2d27d9c1
6 changed files with 390 additions and 2 deletions

View File

@@ -128,7 +128,7 @@ Platforms: Runs on all platforms that have TGI support:
=============================================================================
Platform specific samples follow:
Platform-specific samples follow:
atari 2600:
-----------
@@ -198,6 +198,27 @@ Name: nachtm
Description: Plays "Eine kleine Nachtmusik" by Wolfgang Amadeus Mozart.
-----------------------------------------------------------------------------
lynx:
-----
These programs are adapted for the Atari Lynx because its library has no conio
output or stdio.
Name: hello
Description: A nice "Hello world" type program that uses the TGI graphics
library for output.
Name: mandelbrot
Description: A mandelbrot demo using integer arithmetic. The demo was
written by groepaz, and converted to cc65 using TGI graphics
by Stefan Haubenthal.
Name: tgidemo
Description: Shows some of the graphics capabilities of the "Tiny Graphics
Interface".
-----------------------------------------------------------------------------
sym1:
-----