From: ol.sc 
Date: Sun, 30 Sep 2012 15:00:25 +0000 (+0000)
Subject: Updated to include the C128 and the Atari as targets for the multidemo sample.
X-Git-Tag: V2.14~241
X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=1e3197691aa75f60a811a26ab889980a96b65f54;p=cc65
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
---
diff --git a/samples/README b/samples/README
index 338ef4444..4310159d5 100644
--- a/samples/README
+++ b/samples/README
@@ -28,10 +28,10 @@ Platforms:     	All platforms with conio or stdio (compile time configurable).
 -----------------------------------------------------------------------------
 Name:           diodemo
 Description:	A disc copy program written and contributed by Oliver
-                Schmidt, . Supports single or dual disc copy.
+		Schmidt, . Supports single or dual disc copy.
 Platforms:     	The program does depend on conio and dio (direct disk i/o),
-                so it does currently compile for the Atari and Apple ][
-                machines.
+		so it does currently compile for the Atari and Apple ][
+		machines.
 
 -----------------------------------------------------------------------------
 Name:           fire
@@ -42,9 +42,9 @@ Platforms:     	The program is currently only running on the C64, but should
 -----------------------------------------------------------------------------
 Name:           gunzip65
 Description:	A gunzip utility for 6502 based machines written by Piotr
-                Fusik .
+		Fusik .
 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
@@ -56,8 +56,8 @@ Platforms:	Runs on all platforms that support conio, which means:
 -----------------------------------------------------------------------------
 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.
+		written by groepaz/hitmen and converted to cc65 using TGI
+		graphics by Stephan Haubenthal.
 Platforms:	Runs on all platforms that have TGI support:
 		Apple ][, C64, C128, Oric Atmos, Geos and Lynx.
 
@@ -70,10 +70,11 @@ Platforms:     	All systems with mouse and conio support:
 -----------------------------------------------------------------------------
 Name:           multidemo
 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, .
 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
@@ -85,15 +86,15 @@ Platforms:	All systems that have the Commodore SID (Sound Interface
 -----------------------------------------------------------------------------
 Name:           overlaydemo
 Description:	Shows how to load overlay files from disk. Written and
-                contributed by Oliver Schmidt, .
+		contributed by Oliver Schmidt, .
 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
 Description:	A fancy graphics demo written by groepaz/hitmen.
 Platforms:     	The program needs a VIC, or a TED, so it runs on the following
-                systems:
+		systems:
 		C64, C128, CBM510, Plus/4
 
 -----------------------------------------------------------------------------