Updated to include the C128 and the Atari as targets for the multidemo sample.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5833 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -28,10 +28,10 @@ Platforms: All platforms with conio or stdio (compile time configurable).
|
|||||||
-----------------------------------------------------------------------------
|
-----------------------------------------------------------------------------
|
||||||
Name: diodemo
|
Name: diodemo
|
||||||
Description: A disc copy program written and contributed by Oliver
|
Description: A disc copy program written and contributed by Oliver
|
||||||
Schmidt, <ol.sc@web.de>. Supports single or dual disc copy.
|
Schmidt, <ol.sc@web.de>. Supports single or dual disc copy.
|
||||||
Platforms: The program does depend on conio and dio (direct disk i/o),
|
Platforms: The program does depend on conio and dio (direct disk i/o),
|
||||||
so it does currently compile for the Atari and Apple ][
|
so it does currently compile for the Atari and Apple ][
|
||||||
machines.
|
machines.
|
||||||
|
|
||||||
-----------------------------------------------------------------------------
|
-----------------------------------------------------------------------------
|
||||||
Name: fire
|
Name: fire
|
||||||
@@ -42,9 +42,9 @@ Platforms: The program is currently only running on the C64, but should
|
|||||||
-----------------------------------------------------------------------------
|
-----------------------------------------------------------------------------
|
||||||
Name: gunzip65
|
Name: gunzip65
|
||||||
Description: A gunzip utility for 6502 based machines written by Piotr
|
Description: A gunzip utility for 6502 based machines written by Piotr
|
||||||
Fusik <fox@scene.pl>.
|
Fusik <fox@scene.pl>.
|
||||||
Platforms: Runs on all platforms with file I/O (currently the Atari, the
|
Platforms: Runs on all platforms with file I/O (currently the Atari, the
|
||||||
Apple ][ and most Commodore machines).
|
Apple ][ and most Commodore machines).
|
||||||
|
|
||||||
-----------------------------------------------------------------------------
|
-----------------------------------------------------------------------------
|
||||||
Name: hello
|
Name: hello
|
||||||
@@ -56,8 +56,8 @@ Platforms: Runs on all platforms that support conio, which means:
|
|||||||
-----------------------------------------------------------------------------
|
-----------------------------------------------------------------------------
|
||||||
Name: mandelbrot
|
Name: mandelbrot
|
||||||
Description: A mandelbrot demo using integer arithmetic. The demo was
|
Description: A mandelbrot demo using integer arithmetic. The demo was
|
||||||
written by groepaz/hitmen and converted to cc65 using TGI
|
written by groepaz/hitmen and converted to cc65 using TGI
|
||||||
graphics by Stephan Haubenthal.
|
graphics by Stephan Haubenthal.
|
||||||
Platforms: Runs on all platforms that have TGI support:
|
Platforms: Runs on all platforms that have TGI support:
|
||||||
Apple ][, C64, C128, Oric Atmos, Geos and Lynx.
|
Apple ][, C64, C128, Oric Atmos, Geos and Lynx.
|
||||||
|
|
||||||
@@ -70,10 +70,11 @@ Platforms: All systems with mouse and conio support:
|
|||||||
-----------------------------------------------------------------------------
|
-----------------------------------------------------------------------------
|
||||||
Name: multidemo
|
Name: multidemo
|
||||||
Description: Shows how to combine multiple cc65 features incl. overlays
|
Description: Shows how to combine multiple cc65 features incl. overlays
|
||||||
and extended memory drivers. Written and contributed by
|
and extended memory drivers. Written and contributed by
|
||||||
Oliver Schmidt, <ol.sc@web.de>.
|
Oliver Schmidt, <ol.sc@web.de>.
|
||||||
Platforms: All systems with an overlay linker config, disk directory
|
Platforms: All systems with an overlay linker config, disk directory
|
||||||
access and EMD support (currently the C64 and the Apple ][).
|
access and EMD support (currently the C64, the C128,
|
||||||
|
the Atari and the Apple ][).
|
||||||
|
|
||||||
-----------------------------------------------------------------------------
|
-----------------------------------------------------------------------------
|
||||||
Name: nachtm
|
Name: nachtm
|
||||||
@@ -85,15 +86,15 @@ Platforms: All systems that have the Commodore SID (Sound Interface
|
|||||||
-----------------------------------------------------------------------------
|
-----------------------------------------------------------------------------
|
||||||
Name: overlaydemo
|
Name: overlaydemo
|
||||||
Description: Shows how to load overlay files from disk. Written and
|
Description: Shows how to load overlay files from disk. Written and
|
||||||
contributed by Oliver Schmidt, <ol.sc@web.de>.
|
contributed by Oliver Schmidt, <ol.sc@web.de>.
|
||||||
Platforms: All systems with an overlay linker config (currently the C64,
|
Platforms: All systems with an overlay linker config (currently the C64,
|
||||||
the Atari and the Apple ][).
|
the C128, the Atari and the Apple ][).
|
||||||
|
|
||||||
-----------------------------------------------------------------------------
|
-----------------------------------------------------------------------------
|
||||||
Name: plasma
|
Name: plasma
|
||||||
Description: A fancy graphics demo written by groepaz/hitmen.
|
Description: A fancy graphics demo written by groepaz/hitmen.
|
||||||
Platforms: The program needs a VIC, or a TED, so it runs on the following
|
Platforms: The program needs a VIC, or a TED, so it runs on the following
|
||||||
systems:
|
systems:
|
||||||
C64, C128, CBM510, Plus/4
|
C64, C128, CBM510, Plus/4
|
||||||
|
|
||||||
-----------------------------------------------------------------------------
|
-----------------------------------------------------------------------------
|
||||||
|
|||||||
Reference in New Issue
Block a user