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.lua12
1 files changed, 11 insertions, 1 deletions
diff --git a/scripts/src/machine.lua b/scripts/src/machine.lua
index e9a58631883..7d1eaef0e7b 100644
--- a/scripts/src/machine.lua
+++ b/scripts/src/machine.lua
@@ -82,7 +82,6 @@ if (MACHINES["ACORN_VIDC"]~=null) then
}
end
-
---------------------------------------------------
--
--@src/devices/machine/akiko.h,MACHINES["AKIKO"] = true
@@ -95,6 +94,17 @@ if (MACHINES["AKIKO"]~=null) then
}
end
+--------------------------------------------------
+--
+--@src/devices/machine/arm_iomd.h,MACHINES["ARM_IOMD"] = true
+--------------------------------------------------
+
+if (MACHINES["ARM_IOMD"]~=null) then
+ files {
+ MAME_DIR .. "src/devices/machine/arm_iomd.cpp",
+ MAME_DIR .. "src/devices/machine/arm_iomd.h",
+ }
+end
---------------------------------------------------
--