summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/src/machine.lua
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/src/machine.lua')
-rw-r--r--scripts/src/machine.lua56
1 files changed, 56 insertions, 0 deletions
diff --git a/scripts/src/machine.lua b/scripts/src/machine.lua
index 686018bff27..87958503bef 100644
--- a/scripts/src/machine.lua
+++ b/scripts/src/machine.lua
@@ -1241,6 +1241,26 @@ end
---------------------------------------------------
--
+--@src/devices/machine/exorterm.h,MACHINES["EXORTERM"] = true
+---------------------------------------------------
+
+if (MACHINES["EXORTERM"]~=null) then
+ files {
+ MAME_DIR .. "src/devices/machine/exorterm.cpp",
+ MAME_DIR .. "src/devices/machine/exorterm.h",
+ }
+
+ dependency {
+ { MAME_DIR .. "src/devices/machine/exorterm.cpp", GEN_DIR .. "emu/layout/exorterm155.lh" },
+ }
+
+ custombuildtask {
+ layoutbuildtask("emu/layout", "exorterm155"),
+ }
+end
+
+---------------------------------------------------
+--
--@src/devices/machine/f3853.h,MACHINES["F3853"] = true
---------------------------------------------------
@@ -1518,6 +1538,18 @@ end
---------------------------------------------------
--
+--@src/devices/machine/ibm21s850.h,MACHINES["IBM21S850"] = true
+---------------------------------------------------
+
+if (MACHINES["IBM21S850"]~=null) then
+ files {
+ MAME_DIR .. "src/devices/machine/ibm21s850.cpp",
+ MAME_DIR .. "src/devices/machine/ibm21s850.h",
+ }
+end
+
+---------------------------------------------------
+--
--@src/devices/machine/idectrl.h,MACHINES["IDECTRL"] = true
--@src/devices/machine/vt83c461.h,MACHINES["IDECTRL"] = true
---------------------------------------------------
@@ -1824,6 +1856,18 @@ end
---------------------------------------------------
--
+--@src/devices/machine/m68sfdc.h,MACHINES["M68SFDC"] = true
+---------------------------------------------------
+
+if (MACHINES["M68SFDC"]~=null) then
+ files {
+ MAME_DIR .. "src/devices/machine/m68sfdc.cpp",
+ MAME_DIR .. "src/devices/machine/m68sfdc.h",
+ }
+end
+
+---------------------------------------------------
+--
--@src/devices/machine/m6m80011ap.h,MACHINES["M6M80011AP"] = true
---------------------------------------------------
@@ -3166,6 +3210,18 @@ end
---------------------------------------------------
--
+--@src/devices/machine/tsb12lv01a.h,MACHINES["TSB12LV01A"] = true
+---------------------------------------------------
+
+if (MACHINES["TSB12LV01A"]~=null) then
+ files {
+ MAME_DIR .. "src/devices/machine/tsb12lv01a.cpp",
+ MAME_DIR .. "src/devices/machine/tsb12lv01a.h",
+ }
+end
+
+---------------------------------------------------
+--
--@src/devices/machine/tube.h,MACHINES["TUBE"] = true
---------------------------------------------------