summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/src
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2017-04-12 23:09:01 -0400
committer AJR <ajrhacker@users.noreply.github.com>2017-04-12 23:09:13 -0400
commit0188b4e80baefe6b5f889b92fe3cd1c6e52f5cab (patch)
tree1c92ef4cbef385d810064d455265717d50ce348d /scripts/src
parentc6a1b3856cf5fbb40258992d068e566547dd7d7c (diff)
segaybd.cpp, srallyc: Add OKI MSM6253 device
Diffstat (limited to 'scripts/src')
-rw-r--r--scripts/src/machine.lua12
1 files changed, 12 insertions, 0 deletions
diff --git a/scripts/src/machine.lua b/scripts/src/machine.lua
index fd0f4c5c17a..82dd39639d8 100644
--- a/scripts/src/machine.lua
+++ b/scripts/src/machine.lua
@@ -1869,6 +1869,18 @@ end
---------------------------------------------------
--
+--@src/devices/machine/msm6253.h,MACHINES["MSM6253"] = true
+---------------------------------------------------
+
+if (MACHINES["MSM6253"]~=null) then
+ files {
+ MAME_DIR .. "src/devices/machine/msm6253.cpp",
+ MAME_DIR .. "src/devices/machine/msm6253.h",
+ }
+end
+
+---------------------------------------------------
+--
--@src/devices/machine/ncr539x.h,MACHINES["NCR539x"] = true
---------------------------------------------------