summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/src
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/src')
-rw-r--r--scripts/src/machine.lua11
1 files changed, 11 insertions, 0 deletions
diff --git a/scripts/src/machine.lua b/scripts/src/machine.lua
index 726d92510c5..96598c3aab8 100644
--- a/scripts/src/machine.lua
+++ b/scripts/src/machine.lua
@@ -4162,3 +4162,14 @@ if (MACHINES["VRENDER0"]~=null) then
}
end
+--------------------------------------------------
+--
+--@src/devices/machine/acorn_vidc.h,MACHINES["ACORN_VIDC10"] = true
+--------------------------------------------------
+
+if (MACHINES["ACORN_VIDC10"]~=null) then
+ files {
+ MAME_DIR .. "src/devices/machine/acorn_vidc.cpp",
+ MAME_DIR .. "src/devices/machine/acorn_vidc.h",
+ }
+end