summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Wilbert Pol <wilbertpol@users.noreply.github.com>2015-05-16 10:34:34 +0200
committer Wilbert Pol <wilbertpol@users.noreply.github.com>2015-05-16 10:34:34 +0200
commitf177f2fc99f7698b39d81bbd5be02cb082a2c307 (patch)
tree0064993b7b56b772cc08beb4ef125a0ed224c632
parent4e0d50ce6492764fabf33b45acde1ea58bb6d99b (diff)
Comment fixes (nw)
-rw-r--r--scripts/target/mame/tiny.lua8
1 files changed, 4 insertions, 4 deletions
diff --git a/scripts/target/mame/tiny.lua b/scripts/target/mame/tiny.lua
index 6f2f6fdc988..350dfd5847c 100644
--- a/scripts/target/mame/tiny.lua
+++ b/scripts/target/mame/tiny.lua
@@ -13,7 +13,7 @@
--------------------------------------------------
-- Specify all the CPU cores necessary for the
--- drivers referenced in tiny.c.
+-- drivers referenced in tiny.lst.
--------------------------------------------------
CPUS["Z80"] = true
@@ -28,7 +28,7 @@ CPUS["COP400"] = true
--------------------------------------------------
-- Specify all the sound cores necessary for the
--- drivers referenced in tiny.c.
+-- drivers referenced in tiny.lst.
--------------------------------------------------
SOUNDS["SAMPLES"] = true
@@ -72,7 +72,7 @@ BUSES["CENTRONICS"] = true
--------------------------------------------------
-- This is the list of files that are necessary
-- for building all of the drivers referenced
--- in tiny.c
+-- in tiny.lst
--------------------------------------------------
function createProjects_mame_tiny(_target, _subtarget)
@@ -142,4 +142,4 @@ function linkProjects_mame_tiny(_target, _subtarget)
links {
"mame_tiny",
}
-end \ No newline at end of file
+end