]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/cpu/8080/8080-docs.factor
core, basis, extra: Remove DOS line endings from files.
[factor.git] / extra / cpu / 8080 / 8080-docs.factor
index 48b68360cbf8c983e0c5407c7aab314c277414e2..d1f90b6400e9156333c9b04f7ad1de3356308693 100644 (file)
@@ -1,16 +1,16 @@
-! Copyright (C) 2007 Chris Double.\r
-! See http://factorcode.org/license.txt for BSD license.\r
-USING: help.markup help.syntax sequences strings cpu.8080.emulator ;\r
-IN: cpu.8080\r
-\r
-\r
-ARTICLE: { "cpu-8080" "cpu-8080" } "Intel 8080 CPU Emulator"\r
-"The cpu-8080 library provides an emulator for the Intel 8080 CPU"\r
-" instruction set. It is complete enough to emulate some 8080"\r
-" based arcade games." $nl \r
-"The emulated CPU can load 'ROM' files from disk using the "\r
-{ $link load-rom } " and " { $link load-rom* } " words. These expect "\r
-"the " { $link rom-root } " variable to be set to the path "\r
-"containing the ROM file's." ;\r
-\r
-ABOUT: { "cpu-8080" "cpu-8080" } \r
+! Copyright (C) 2007 Chris Double.
+! See http://factorcode.org/license.txt for BSD license.
+USING: help.markup help.syntax sequences strings cpu.8080.emulator ;
+IN: cpu.8080
+
+
+ARTICLE: { "cpu-8080" "cpu-8080" } "Intel 8080 CPU Emulator"
+"The cpu-8080 library provides an emulator for the Intel 8080 CPU"
+" instruction set. It is complete enough to emulate some 8080"
+" based arcade games." $nl 
+"The emulated CPU can load 'ROM' files from disk using the "
+{ $link load-rom } " and " { $link load-rom* } " words. These expect "
+"the " { $link rom-root } " variable to be set to the path "
+"containing the ROM file's." ;
+
+ABOUT: { "cpu-8080" "cpu-8080" }