]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/lunar-rescue/lunar-rescue-docs.factor
core, basis, extra: Remove DOS line endings from files.
[factor.git] / extra / lunar-rescue / lunar-rescue-docs.factor
index 2d1612229264bb860ff3fd1d1e4ff3c57e4b4aef..e55a92024797e3fcf8206d683c1023331f4d1dd3 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: lunar-rescue \r
-\r
-HELP: run-lunar \r
-{ $description \r
-"Run the Lunar Rescue emulator in a new window." $nl\r
-{ $link rom-root } " must be set to the directory containing the "\r
-"location of the Lunar Rescue ROM files. See " \r
-{ $link { "lunar-rescue" "lunar-rescue" } } "  for details."\r
-} ;\r
-\r
-ARTICLE: { "lunar-rescue" "lunar-rescue" } "Lunar Rescue Emulator"\r
-"Provides an emulation of the original 8080 Arcade Game 'Lunar Rescue'." $nl\r
-"More information on the arcade game can be obtained from " { $url "http://www.mameworld.net/maws/romset/lrescue" } "." $nl\r
-"To play the game you need the ROM files for the arcade game. They should "\r
-"be placed in a directory called " { $snippet "lrescue" } " in the location specified by "\r
-"the variable " { $link rom-root } ". The specific files needed are:"\r
-{ $list\r
-  "lrescue/lrescue.1"\r
-  "lrescue/lrescue.2"\r
-  "lrescue/lrescue.3"\r
-  "lrescue/lrescue.4"\r
-  "lrescue/lrescue.5"\r
-  "lrescue/lrescue.6"\r
-}\r
-"These are the same ROM files as used by MAME. To run the game use the " \r
-{ $link run-lunar } " 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 or apply thrusters" }\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
+! Copyright (C) 2007 Chris Double.
+! See http://factorcode.org/license.txt for BSD license.
+USING: help.syntax help.markup cpu.8080.emulator ;
+IN: lunar-rescue 
+
+HELP: run-lunar 
+{ $description 
+"Run the Lunar Rescue emulator in a new window." $nl
+{ $link rom-root } " must be set to the directory containing the "
+"location of the Lunar Rescue ROM files. See " 
+{ $link { "lunar-rescue" "lunar-rescue" } } "  for details."
+} ;
+
+ARTICLE: { "lunar-rescue" "lunar-rescue" } "Lunar Rescue Emulator"
+"Provides an emulation of the original 8080 Arcade Game 'Lunar Rescue'." $nl
+"More information on the arcade game can be obtained from " { $url "http://www.mameworld.net/maws/romset/lrescue" } "." $nl
+"To play the game you need the ROM files for the arcade game. They should "
+"be placed in a directory called " { $snippet "lrescue" } " in the location specified by "
+"the variable " { $link rom-root } ". The specific files needed are:"
+{ $list
+  "lrescue/lrescue.1"
+  "lrescue/lrescue.2"
+  "lrescue/lrescue.3"
+  "lrescue/lrescue.4"
+  "lrescue/lrescue.5"
+  "lrescue/lrescue.6"
+}
+"These are the same ROM files as used by MAME. To run the game use the " 
+{ $link run-lunar } " word." $nl
+"Keys:" 
+{ $table
+  { "Backspace" "Insert Coin" }
+  { "1" "1 Player" }
+  { "2" "2 Player" }
+  { "Left" "Move Left" }
+  { "Right" "Move Right" }
+  { "Up" "Fire or apply thrusters" }
+}
+"If you save the Factor image while a game is running, when you restart "
+"the image the game continues where it left off." ;