summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/src/machine.lua
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2016-05-01 12:55:22 +0200
committer Miodrag Milanovic <mmicko@gmail.com>2016-05-01 12:55:22 +0200
commit13855d24046810569161bb02ced7fd2de88d7476 (patch)
treef407a87ca7daff7b256fd89541bdf67fc46e0c86 /scripts/src/machine.lua
parent11ceaee97fccc15ebf033f8b54127e015ed02b1c (diff)
Fixed ti drivers (nw)
Diffstat (limited to 'scripts/src/machine.lua')
-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 aa908917069..9597c310fd4 100644
--- a/scripts/src/machine.lua
+++ b/scripts/src/machine.lua
@@ -2831,3 +2831,14 @@ if (MACHINES["WATCHDOG"]~=null) then
}
end
+
+---------------------------------------------------
+--
+--@src/devices/machine/smartmed.h,MACHINES["SMARTMEDIA"] = true
+---------------------------------------------------
+if (MACHINES["SMARTMEDIA"]~=null) then
+ files {
+ MAME_DIR .. "src/devices/machine/smartmed.cpp",
+ MAME_DIR .. "src/devices/machine/smartmed.h",
+ }
+end \ No newline at end of file