summaryrefslogtreecommitdiffstats
path: root/docs/release/scripts/src/machine.lua
diff options
context:
space:
mode:
Diffstat (limited to 'docs/release/scripts/src/machine.lua')
-rw-r--r--docs/release/scripts/src/machine.lua51
1 files changed, 49 insertions, 2 deletions
diff --git a/docs/release/scripts/src/machine.lua b/docs/release/scripts/src/machine.lua
index a8c5dc347b0..789dcff9e06 100644
--- a/docs/release/scripts/src/machine.lua
+++ b/docs/release/scripts/src/machine.lua
@@ -14,8 +14,8 @@ files {
MAME_DIR .. "src/devices/machine/bcreader.h",
-- MAME_DIR .. "src/devices/machine/buffer.cpp",
-- MAME_DIR .. "src/devices/machine/buffer.h",
--- MAME_DIR .. "src/devices/machine/clock.cpp",
--- MAME_DIR .. "src/devices/machine/clock.h",
+ MAME_DIR .. "src/devices/machine/clock.cpp",
+ MAME_DIR .. "src/devices/machine/clock.h",
-- MAME_DIR .. "src/devices/machine/keyboard.cpp",
-- MAME_DIR .. "src/devices/machine/keyboard.h",
-- MAME_DIR .. "src/devices/machine/keyboard.ipp",
@@ -744,6 +744,18 @@ end
---------------------------------------------------
--
+--@src/devices/machine/cxd1095.h,MACHINES["CXD1095"] = true
+---------------------------------------------------
+
+if (MACHINES["CXD1095"]~=null) then
+ files {
+ MAME_DIR .. "src/devices/machine/cxd1095.cpp",
+ MAME_DIR .. "src/devices/machine/cxd1095.h",
+ }
+end
+
+---------------------------------------------------
+--
--@src/devices/machine/dm9334.h,MACHINES["DM9334"] = true
---------------------------------------------------
@@ -768,6 +780,18 @@ end
---------------------------------------------------
--
+--@src/devices/machine/ds1205.h,MACHINES["DS1205"] = true
+---------------------------------------------------
+
+if (MACHINES["DS1205"]~=null) then
+ files {
+ MAME_DIR .. "src/devices/machine/ds1205.cpp",
+ MAME_DIR .. "src/devices/machine/ds1205.h",
+ }
+end
+
+---------------------------------------------------
+--
--@src/devices/machine/ds1302.h,MACHINES["DS1302"] = true
---------------------------------------------------
@@ -1845,6 +1869,18 @@ end
---------------------------------------------------
--
+--@src/devices/machine/msm6253.h,MACHINES["MSM6253"] = true
+---------------------------------------------------
+
+if (MACHINES["MSM6253"]~=null) then
+ files {
+ MAME_DIR .. "src/devices/machine/msm6253.cpp",
+ MAME_DIR .. "src/devices/machine/msm6253.h",
+ }
+end
+
+---------------------------------------------------
+--
--@src/devices/machine/ncr539x.h,MACHINES["NCR539x"] = true
---------------------------------------------------
@@ -3111,3 +3147,14 @@ if (MACHINES["INPUT_MERGER"]~=null) then
MAME_DIR .. "src/devices/machine/input_merger.h",
}
end
+
+---------------------------------------------------
+--
+--@src/devices/machine/k054321.h,MACHINES["K054321"] = true
+---------------------------------------------------
+if (MACHINES["K054321"]~=null) then
+ files {
+ MAME_DIR .. "src/devices/machine/k054321.cpp",
+ MAME_DIR .. "src/devices/machine/k054321.h",
+ }
+end