]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/balloon-bomber/balloon-bomber-docs.factor
core, basis, extra: Remove DOS line endings from files.
[factor.git] / extra / balloon-bomber / balloon-bomber-docs.factor
index e80ccb9b2f58886aaad798491afbf222aec82721..7c956b0ed2203512c35df32ac269b011ddb1f149 100644 (file)
@@ -1,39 +1,39 @@
-! 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: balloon-bomber\r
-\r
-HELP: run-balloon\r
-{ $description \r
-"Run the Balloon Bomber emulator in a new window." $nl\r
-{ $link rom-root } " must be set to the directory containing the "\r
-"location of the Balloon Bomber ROM files. See " \r
-{ $link { "balloon-bomber" "balloon-bomber" } } "  for details."\r
-} ;\r
-\r
-ARTICLE: { "balloon-bomber" "balloon-bomber" } "Balloon Bomber Emulator"\r
-"Provides an emulation of the original 8080 Arcade Game 'Balloon Bomber'." $nl\r
-"More information on the arcade game can be obtained from " { $url "http://www.mameworld.net/maws/romset/ballbomb" } "." $nl\r
-"To play the game you need the ROM files for the arcade game. They should "\r
-"be placed in a directory called 'ballbomb' in the location specified by "\r
-"the variable " { $link rom-root } ". The specific files needed are:"\r
-{ $list\r
-  "ballbomb/tn01"\r
-  "ballbomb/tn02"\r
-  "ballbomb/tn03"\r
-  "ballbomb/tn04"\r
-  "ballbomb/tn05-1"\r
-}\r
-"These are the same ROM files as used by MAME. To run the game use the " \r
-{ $link run-balloon } " 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
+! Copyright (C) 2007 Chris Double.
+! See http://factorcode.org/license.txt for BSD license.
+USING: help.syntax help.markup cpu.8080.emulator ;
+IN: balloon-bomber
+
+HELP: run-balloon
+{ $description 
+"Run the Balloon Bomber emulator in a new window." $nl
+{ $link rom-root } " must be set to the directory containing the "
+"location of the Balloon Bomber ROM files. See " 
+{ $link { "balloon-bomber" "balloon-bomber" } } "  for details."
+} ;
+
+ARTICLE: { "balloon-bomber" "balloon-bomber" } "Balloon Bomber Emulator"
+"Provides an emulation of the original 8080 Arcade Game 'Balloon Bomber'." $nl
+"More information on the arcade game can be obtained from " { $url "http://www.mameworld.net/maws/romset/ballbomb" } "." $nl
+"To play the game you need the ROM files for the arcade game. They should "
+"be placed in a directory called 'ballbomb' in the location specified by "
+"the variable " { $link rom-root } ". The specific files needed are:"
+{ $list
+  "ballbomb/tn01"
+  "ballbomb/tn02"
+  "ballbomb/tn03"
+  "ballbomb/tn04"
+  "ballbomb/tn05-1"
+}
+"These are the same ROM files as used by MAME. To run the game use the " 
+{ $link run-balloon } " 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." ;