summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/src/machine.lua
diff options
context:
space:
mode:
author cam900 <dbtlrchl@naver.com>2018-12-29 09:57:29 +0900
committer GitHub <noreply@github.com>2018-12-29 09:57:29 +0900
commit6a96ec51913434e1edd46d6e49ece928a882eb18 (patch)
treeb3e656c7db7f6e4bd3e18a54d4cd5a511151dffd /scripts/src/machine.lua
parent569b2cc9cfe2326e7e06fea4ff1e03ad59398c06 (diff)
parenta67dd2df3cbd9dbdc907e78880138a6d83875f51 (diff)
Merge branch 'master' into ymf278_envelope
Diffstat (limited to 'scripts/src/machine.lua')
-rw-r--r--scripts/src/machine.lua144
1 files changed, 144 insertions, 0 deletions
diff --git a/scripts/src/machine.lua b/scripts/src/machine.lua
index 08f26d2ad5c..9433450b1b9 100644
--- a/scripts/src/machine.lua
+++ b/scripts/src/machine.lua
@@ -612,6 +612,18 @@ end
---------------------------------------------------
--
+--@src/devices/machine/am79c90.h,MACHINES["AM79C90"] = true
+---------------------------------------------------
+
+if (MACHINES["AM79C90"]~=null) then
+ files {
+ MAME_DIR .. "src/devices/machine/am79c90.cpp",
+ MAME_DIR .. "src/devices/machine/am79c90.h",
+ }
+end
+
+---------------------------------------------------
+--
--@src/devices/machine/am9513.h,MACHINES["AM9513"] = true
---------------------------------------------------
@@ -1635,6 +1647,18 @@ end
---------------------------------------------------
--
+--@src/devices/machine/mb87030.h,MACHINES["MB87030"] = true
+---------------------------------------------------
+
+if (MACHINES["MB87030"]~=null) then
+ files {
+ MAME_DIR .. "src/devices/machine/mb87030.cpp",
+ MAME_DIR .. "src/devices/machine/mb87030.h",
+ }
+end
+
+---------------------------------------------------
+--
--@src/devices/machine/mb87078.h,MACHINES["MB87078"] = true
---------------------------------------------------
@@ -2123,6 +2147,18 @@ end
---------------------------------------------------
--
+--@src/devices/machine/pcf8583.h,MACHINES["PCF8583"] = true
+---------------------------------------------------
+
+if (MACHINES["PCF8583"]~=null) then
+ files {
+ MAME_DIR .. "src/devices/machine/pcf8583.cpp",
+ MAME_DIR .. "src/devices/machine/pcf8583.h",
+ }
+end
+
+---------------------------------------------------
+--
--@src/devices/machine/pcf8593.h,MACHINES["PCF8593"] = true
---------------------------------------------------
@@ -2531,6 +2567,18 @@ end
---------------------------------------------------
--
+--@src/devices/machine/sda2006.h,MACHINES["SDA2006"] = true
+---------------------------------------------------
+
+if (MACHINES["SDA2006"]~=null) then
+ files {
+ MAME_DIR .. "src/devices/machine/sda2006.cpp",
+ MAME_DIR .. "src/devices/machine/sda2006.h",
+ }
+end
+
+---------------------------------------------------
+--
--@src/devices/machine/smc91c9x.h,MACHINES["SMC91C9X"] = true
---------------------------------------------------
@@ -2567,6 +2615,18 @@ end
---------------------------------------------------
--
+--@src/devices/machine/spg2xx.h,MACHINES["SPG2XX"] = true
+---------------------------------------------------
+
+if (MACHINES["SPG2XX"]~=null) then
+ files {
+ MAME_DIR .. "src/devices/machine/spg2xx.cpp",
+ MAME_DIR .. "src/devices/machine/spg2xx.h",
+ }
+end
+
+---------------------------------------------------
+--
--@src/devices/machine/stvcd.h,MACHINES["STVCD"] = true
---------------------------------------------------
@@ -2901,6 +2961,18 @@ end
---------------------------------------------------
--
+--@src/devices/machine/x2201.h,MACHINES["X2201"] = true
+---------------------------------------------------
+
+if (MACHINES["X2201"]~=null) then
+ files {
+ MAME_DIR .. "src/devices/machine/x2201.cpp",
+ MAME_DIR .. "src/devices/machine/x2201.h",
+ }
+end
+
+---------------------------------------------------
+--
--@src/devices/machine/x2212.h,MACHINES["X2212"] = true
---------------------------------------------------
@@ -3144,6 +3216,30 @@ end
---------------------------------------------------
--
+--@src/devices/machine/dp83932c.h,MACHINES["DP83932C"] = true
+---------------------------------------------------
+
+if (MACHINES["DP83932C"]~=null) then
+ files {
+ MAME_DIR .. "src/devices/machine/dp83932c.cpp",
+ MAME_DIR .. "src/devices/machine/dp83932c.h",
+ }
+end
+
+---------------------------------------------------
+--
+--@src/devices/machine/dp8573.h,MACHINES["DP8573"] = true
+---------------------------------------------------
+
+if (MACHINES["DP8573"]~=null) then
+ files {
+ MAME_DIR .. "src/devices/machine/dp8573.cpp",
+ MAME_DIR .. "src/devices/machine/dp8573.h",
+ }
+end
+
+---------------------------------------------------
+--
--@src/devices/machine/pc_lpt.h,MACHINES["PC_LPT"] = true
---------------------------------------------------
@@ -3699,3 +3795,51 @@ if (MACHINES["IOPTIMER"]~=null) then
MAME_DIR .. "src/devices/machine/ioptimer.h",
}
end
+
+---------------------------------------------------
+--
+--@src/devices/machine/sun4c_mmu.h,MACHINES["SUN4C_MMU"] = true
+---------------------------------------------------
+
+if (MACHINES["SUN4C_MMU"]~=null) then
+ files {
+ MAME_DIR .. "src/devices/machine/sun4c_mmu.cpp",
+ MAME_DIR .. "src/devices/machine/sun4c_mmu.h",
+ }
+end
+
+---------------------------------------------------
+--
+--@src/devices/machine/z8038.h,MACHINES["Z8038"] = true
+---------------------------------------------------
+
+if (MACHINES["Z8038"]~=null) then
+ files {
+ MAME_DIR .. "src/devices/machine/z8038.cpp",
+ MAME_DIR .. "src/devices/machine/z8038.h",
+ }
+end
+
+---------------------------------------------------
+--
+--@src/devices/machine/scc2698b.h,MACHINES["SCC2698B"] = true
+---------------------------------------------------
+
+if (MACHINES["SCC2698B"]~=null) then
+ files {
+ MAME_DIR .. "src/devices/machine/scc2698b.cpp",
+ MAME_DIR .. "src/devices/machine/scc2698b.h",
+ }
+end
+
+---------------------------------------------------
+--
+--@src/devices/machine/aic6250.h,MACHINES["AIC6250"] = true
+---------------------------------------------------
+
+if (MACHINES["AIC6250"]~=null) then
+ files {
+ MAME_DIR .. "src/devices/machine/aic6250.cpp",
+ MAME_DIR .. "src/devices/machine/aic6250.h",
+ }
+end