summaryrefslogtreecommitdiffstatshomepage
path: root/scripts
diff options
context:
space:
mode:
author Brandon Munger <bmunger@users.noreply.github.com>2017-06-29 20:11:21 -0400
committer Vas Crabb <cuavas@users.noreply.github.com>2017-06-30 10:11:21 +1000
commit5836d9e48b934d624338a882615d74e6d6a66127 (patch)
tree14e923fa3d57cb33d8ab60e2aa5a11cf2306ee82 /scripts
parentcd1cda097f8d51b2788ab18dffef16157be0934c (diff)
r9751: Add initial SMIOC device (#2423)
Diffstat (limited to 'scripts')
-rw-r--r--scripts/src/machine.lua12
-rw-r--r--scripts/target/mame/mess.lua1
2 files changed, 13 insertions, 0 deletions
diff --git a/scripts/src/machine.lua b/scripts/src/machine.lua
index 0b212b50d43..c1cc2afe1dc 100644
--- a/scripts/src/machine.lua
+++ b/scripts/src/machine.lua
@@ -3191,3 +3191,15 @@ if (MACHINES["K054321"]~=null) then
MAME_DIR .. "src/devices/machine/k054321.h",
}
end
+
+---------------------------------------------------
+--
+--@src/devices/machine/smioc.h,MACHINES["SMIOC"] = true
+---------------------------------------------------
+
+if (MACHINES["SMIOC"]~=null) then
+ files {
+ MAME_DIR .. "src/devices/machine/smioc.cpp",
+ MAME_DIR .. "src/devices/machine/smioc.h",
+ }
+end
diff --git a/scripts/target/mame/mess.lua b/scripts/target/mame/mess.lua
index 9bcef488593..2cedb3c22ab 100644
--- a/scripts/target/mame/mess.lua
+++ b/scripts/target/mame/mess.lua
@@ -534,6 +534,7 @@ MACHINES["SECFLASH"] = true
MACHINES["SEIBU_COP"] = true
--MACHINES["SERFLASH"] = true
MACHINES["SMC91C9X"] = true
+MACHINES["SMIOC"] = true
MACHINES["SMPC"] = true
MACHINES["STVCD"] = true
MACHINES["TC0091LVC"] = true