summaryrefslogtreecommitdiffstatshomepage
path: root/scripts
diff options
context:
space:
mode:
author Joakim Larsson Edström <joakimlarsson42@gmail.com>2017-07-08 23:48:01 +0200
committer GitHub <noreply@github.com>2017-07-08 23:48:01 +0200
commit28b81207884139faa15be7b03225d9156fdab2c1 (patch)
tree3808a20a0eb4aa3cb540d3e2e80c1dbdb00041b7 /scripts
parente5d06a506659bce3fd9d1ab9b0c9b2ee896f534b (diff)
parentba55423dbcf6654795713ed0c0ea934fd9178ac6 (diff)
Merge pull request #2452 from JoakimLarsson/fccpu1_3
New device: MC14411 Bit Rate Generator
Diffstat (limited to 'scripts')
-rw-r--r--scripts/src/machine.lua12
-rw-r--r--scripts/target/mame/arcade.lua1
-rw-r--r--scripts/target/mame/mess.lua1
3 files changed, 14 insertions, 0 deletions
diff --git a/scripts/src/machine.lua b/scripts/src/machine.lua
index c1cc2afe1dc..db1feb75e54 100644
--- a/scripts/src/machine.lua
+++ b/scripts/src/machine.lua
@@ -1576,6 +1576,18 @@ end
---------------------------------------------------
--
+--@src/devices/machine/mc14411.h,MACHINES["MC14411"] = true
+---------------------------------------------------
+
+if (MACHINES["MC14411"]~=null) then
+ files {
+ MAME_DIR .. "src/devices/machine/mc14411.cpp",
+ MAME_DIR .. "src/devices/machine/mc14411.h",
+ }
+end
+
+---------------------------------------------------
+--
--@src/devices/machine/mc2661.h,MACHINES["MC2661"] = true
---------------------------------------------------
diff --git a/scripts/target/mame/arcade.lua b/scripts/target/mame/arcade.lua
index 3eab870d2a7..5b6b2e1c725 100644
--- a/scripts/target/mame/arcade.lua
+++ b/scripts/target/mame/arcade.lua
@@ -472,6 +472,7 @@ MACHINES["MB87078"] = true
--MACHINES["MB8795"] = true
MACHINES["MB89352"] = true
MACHINES["MB89371"] = true
+--MACHINES["MC14411"] = true
MACHINES["MC146818"] = true
MACHINES["MC2661"] = true
MACHINES["MC6843"] = true
diff --git a/scripts/target/mame/mess.lua b/scripts/target/mame/mess.lua
index d5fe0319ca5..6b2bcde8273 100644
--- a/scripts/target/mame/mess.lua
+++ b/scripts/target/mame/mess.lua
@@ -462,6 +462,7 @@ MACHINES["MB87078"] = true
MACHINES["MB8795"] = true
MACHINES["MB89352"] = true
MACHINES["MB89371"] = true
+MACHINES["MC14411"] = true
MACHINES["MC146818"] = true
MACHINES["MC2661"] = true
MACHINES["MC6843"] = true