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.lua28
1 files changed, 20 insertions, 8 deletions
diff --git a/scripts/src/machine.lua b/scripts/src/machine.lua
index 9b8c615500c..5138a692fee 100644
--- a/scripts/src/machine.lua
+++ b/scripts/src/machine.lua
@@ -1756,25 +1756,37 @@ end
---------------------------------------------------
--
---@src/devices/machine/icm7170.h,MACHINES["ICM7170"] = true
+--@src/devices/machine/ibm21s850.h,MACHINES["IBM21S850"] = true
---------------------------------------------------
-if (MACHINES["ICM7170"]~=null) then
+if (MACHINES["IBM21S850"]~=null) then
files {
- MAME_DIR .. "src/devices/machine/icm7170.cpp",
- MAME_DIR .. "src/devices/machine/icm7170.h",
+ MAME_DIR .. "src/devices/machine/ibm21s850.cpp",
+ MAME_DIR .. "src/devices/machine/ibm21s850.h",
}
end
---------------------------------------------------
--
---@src/devices/machine/ibm21s850.h,MACHINES["IBM21S850"] = true
+--@src/devices/machine/icd2061a.h,MACHINES["ICD2061A"] = true
---------------------------------------------------
-if (MACHINES["IBM21S850"]~=null) then
+if (MACHINES["ICD2061A"]~=null) then
files {
- MAME_DIR .. "src/devices/machine/ibm21s850.cpp",
- MAME_DIR .. "src/devices/machine/ibm21s850.h",
+ MAME_DIR .. "src/devices/machine/icd2061a.cpp",
+ MAME_DIR .. "src/devices/machine/icd2061a.h",
+ }
+end
+
+---------------------------------------------------
+--
+--@src/devices/machine/icm7170.h,MACHINES["ICM7170"] = true
+---------------------------------------------------
+
+if (MACHINES["ICM7170"]~=null) then
+ files {
+ MAME_DIR .. "src/devices/machine/icm7170.cpp",
+ MAME_DIR .. "src/devices/machine/icm7170.h",
}
end