]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/space-invaders/space-invaders-docs.factor
core, basis, extra: Remove DOS line endings from files.
[factor.git] / extra / space-invaders / space-invaders-docs.factor
index 0c02f8fd4cb19e376d5a6d71b1e51bdf4955d311..550e05c7bde2e118a5d7775357f8195b2fc6121c 100644 (file)
@@ -1,40 +1,40 @@
-! Copyright (C) 2007 Chris Double.\r
-! See http://factorcode.org/license.txt for BSD license.\r
-USING: help.syntax help.markup cpu.8080.emulator ;\r
-IN: space-invaders \r
-\r
-HELP: run-invaders\r
-{ $description \r
-"Run the Space Invaders emulator in a new window." $nl\r
-{ $link rom-root } " must be set to the directory containing the "\r
-"location of the Space Invaders ROM files. See " \r
-{ $link { "space-invaders" "space-invaders" } } "  for details."\r
-} ;\r
-\r
-ARTICLE: { "space-invaders" "space-invaders" } "Space Invaders Emulator"\r
-"Provides an emulation of the original 8080 Arcade Game 'Space Invaders'." $nl\r
-"More information on the arcade game can be obtained from " { $url "http://www.mameworld.net/maws/romset/invaders" } "." $nl\r
-"To play the game you need the ROM files for the arcade game. They should "\r
-"be placed in a directory called 'invaders' in the location specified by "\r
-"the variable " { $link rom-root } ". The specific files needed are:"\r
-{ $list\r
-  "invaders/invaders.e"\r
-  "invaders/invaders.f"\r
-  "invaders/invaders.g"\r
-  "invaders/invaders.h"\r
-}\r
-"These are the same ROM files as used by MAME. To run the game use the " \r
-{ $link run-invaders } " word." $nl\r
-"Keys:" \r
-{ $table\r
-  { "Backspace" "Insert Coin" }\r
-  { "1" "1 Player" }\r
-  { "2" "2 Player" }\r
-  { "Left" "Move Left" }\r
-  { "Right" "Move Right" }\r
-  { "Up" "Fire" }\r
-}\r
-"If you save the Factor image while a game is running, when you restart "\r
-"the image the game continues where it left off." ;\r
-\r
-ABOUT: { "space-invaders" "space-invaders" } \r
+! Copyright (C) 2007 Chris Double.
+! See http://factorcode.org/license.txt for BSD license.
+USING: help.syntax help.markup cpu.8080.emulator ;
+IN: space-invaders 
+
+HELP: run-invaders
+{ $description 
+"Run the Space Invaders emulator in a new window." $nl
+{ $link rom-root } " must be set to the directory containing the "
+"location of the Space Invaders ROM files. See " 
+{ $link { "space-invaders" "space-invaders" } } "  for details."
+} ;
+
+ARTICLE: { "space-invaders" "space-invaders" } "Space Invaders Emulator"
+"Provides an emulation of the original 8080 Arcade Game 'Space Invaders'." $nl
+"More information on the arcade game can be obtained from " { $url "http://www.mameworld.net/maws/romset/invaders" } "." $nl
+"To play the game you need the ROM files for the arcade game. They should "
+"be placed in a directory called 'invaders' in the location specified by "
+"the variable " { $link rom-root } ". The specific files needed are:"
+{ $list
+  "invaders/invaders.e"
+  "invaders/invaders.f"
+  "invaders/invaders.g"
+  "invaders/invaders.h"
+}
+"These are the same ROM files as used by MAME. To run the game use the " 
+{ $link run-invaders } " word." $nl
+"Keys:" 
+{ $table
+  { "Backspace" "Insert Coin" }
+  { "1" "1 Player" }
+  { "2" "2 Player" }
+  { "Left" "Move Left" }
+  { "Right" "Move Right" }
+  { "Up" "Fire" }
+}
+"If you save the Factor image while a game is running, when you restart "
+"the image the game continues where it left off." ;
+
+ABOUT: { "space-invaders" "space-invaders" }