summaryrefslogtreecommitdiffstatshomepage
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/src/machine.lua13
-rw-r--r--scripts/target/mame/mess.lua1
2 files changed, 14 insertions, 0 deletions
diff --git a/scripts/src/machine.lua b/scripts/src/machine.lua
index 88d8a38f7a4..686018bff27 100644
--- a/scripts/src/machine.lua
+++ b/scripts/src/machine.lua
@@ -133,6 +133,19 @@ end
---------------------------------------------------
--
+--@src/devices/machine/cop452.h,MACHINES["COP452"] = true
+---------------------------------------------------
+
+if (MACHINES["COP452"]~=null) then
+ files {
+ MAME_DIR .. "src/devices/machine/cop452.cpp",
+ MAME_DIR .. "src/devices/machine/cop452.h",
+ }
+end
+
+
+---------------------------------------------------
+--
--@src/devices/machine/cr511b.h,MACHINES["CR511B"] = true
---------------------------------------------------
diff --git a/scripts/target/mame/mess.lua b/scripts/target/mame/mess.lua
index 72d51b9cf96..ab012a1b084 100644
--- a/scripts/target/mame/mess.lua
+++ b/scripts/target/mame/mess.lua
@@ -474,6 +474,7 @@ MACHINES["CDP1879"] = true
MACHINES["CHESSMACHINE"] = true
MACHINES["CMOS40105"] = true
MACHINES["COM8116"] = true
+MACHINES["COP452"] = true
MACHINES["CR589"] = true
MACHINES["CS4031"] = true
MACHINES["CS8221"] = true