summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/src
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/src')
-rw-r--r--scripts/src/machine.lua49
1 files changed, 49 insertions, 0 deletions
diff --git a/scripts/src/machine.lua b/scripts/src/machine.lua
index 7d96d01761e..cfb5d1d3c58 100644
--- a/scripts/src/machine.lua
+++ b/scripts/src/machine.lua
@@ -70,6 +70,18 @@ files {
}
+---------------------------------------------------
+--
+--@src/devices/machine/acorn_bmu.h,MACHINES["ACORN_BMU"] = true
+---------------------------------------------------
+
+if (MACHINES["ACORN_BMU"]~=null) then
+ files {
+ MAME_DIR .. "src/devices/machine/acorn_bmu.cpp",
+ MAME_DIR .. "src/devices/machine/acorn_bmu.h",
+ }
+end
+
--------------------------------------------------
--
--@src/devices/machine/acorn_ioc.h,MACHINES["ACORN_IOC"] = true
@@ -82,6 +94,18 @@ if (MACHINES["ACORN_IOC"]~=null) then
}
end
+---------------------------------------------------
+--
+--@src/devices/machine/acorn_lc.h,MACHINES["ACORN_LC"] = true
+---------------------------------------------------
+
+if (MACHINES["ACORN_LC"]~=null) then
+ files {
+ MAME_DIR .. "src/devices/machine/acorn_lc.cpp",
+ MAME_DIR .. "src/devices/machine/acorn_lc.h",
+ }
+end
+
--------------------------------------------------
--
--@src/devices/machine/acorn_memc.h,MACHINES["ACORN_MEMC"] = true
@@ -3179,6 +3203,7 @@ if (MACHINES["SPG290"]~=null) then
MAME_DIR .. "src/devices/machine/spg290_ppu.h",
}
end
+
---------------------------------------------------
--
--@src/devices/machine/stvcd.h,MACHINES["STVCD"] = true
@@ -3454,6 +3479,30 @@ end
---------------------------------------------------
--
+--@src/devices/machine/upc82c710.h,MACHINES["UPC82C710"] = true
+---------------------------------------------------
+
+if (MACHINES["UPC82C710"]~=null) then
+ files {
+ MAME_DIR .. "src/devices/machine/upc82c710.cpp",
+ MAME_DIR .. "src/devices/machine/upc82c710.h",
+ }
+end
+
+---------------------------------------------------
+--
+--@src/devices/machine/upc82c711.h,MACHINES["UPC82C711"] = true
+---------------------------------------------------
+
+if (MACHINES["UPC82C711"]~=null) then
+ files {
+ MAME_DIR .. "src/devices/machine/upc82c711.cpp",
+ MAME_DIR .. "src/devices/machine/upc82c711.h",
+ }
+end
+
+---------------------------------------------------
+--
--@src/devices/machine/upd1990a.h,MACHINES["UPD1990A"] = true
---------------------------------------------------