mirror of
https://github.com/holub/mame
synced 2025-04-16 21:44:32 +03:00
Comment fixes (nw)
This commit is contained in:
parent
4e0d50ce64
commit
f177f2fc99
@ -13,7 +13,7 @@
|
|||||||
|
|
||||||
--------------------------------------------------
|
--------------------------------------------------
|
||||||
-- Specify all the CPU cores necessary for the
|
-- Specify all the CPU cores necessary for the
|
||||||
-- drivers referenced in tiny.c.
|
-- drivers referenced in tiny.lst.
|
||||||
--------------------------------------------------
|
--------------------------------------------------
|
||||||
|
|
||||||
CPUS["Z80"] = true
|
CPUS["Z80"] = true
|
||||||
@ -28,7 +28,7 @@ CPUS["COP400"] = true
|
|||||||
|
|
||||||
--------------------------------------------------
|
--------------------------------------------------
|
||||||
-- Specify all the sound cores necessary for the
|
-- Specify all the sound cores necessary for the
|
||||||
-- drivers referenced in tiny.c.
|
-- drivers referenced in tiny.lst.
|
||||||
--------------------------------------------------
|
--------------------------------------------------
|
||||||
|
|
||||||
SOUNDS["SAMPLES"] = true
|
SOUNDS["SAMPLES"] = true
|
||||||
@ -72,7 +72,7 @@ BUSES["CENTRONICS"] = true
|
|||||||
--------------------------------------------------
|
--------------------------------------------------
|
||||||
-- This is the list of files that are necessary
|
-- This is the list of files that are necessary
|
||||||
-- for building all of the drivers referenced
|
-- for building all of the drivers referenced
|
||||||
-- in tiny.c
|
-- in tiny.lst
|
||||||
--------------------------------------------------
|
--------------------------------------------------
|
||||||
|
|
||||||
function createProjects_mame_tiny(_target, _subtarget)
|
function createProjects_mame_tiny(_target, _subtarget)
|
||||||
@ -142,4 +142,4 @@ function linkProjects_mame_tiny(_target, _subtarget)
|
|||||||
links {
|
links {
|
||||||
"mame_tiny",
|
"mame_tiny",
|
||||||
}
|
}
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user