diff options
author | 2016-05-01 12:55:22 +0200 | |
---|---|---|
committer | 2016-05-01 12:55:22 +0200 | |
commit | 13855d24046810569161bb02ced7fd2de88d7476 (patch) | |
tree | f407a87ca7daff7b256fd89541bdf67fc46e0c86 /scripts/src/machine.lua | |
parent | 11ceaee97fccc15ebf033f8b54127e015ed02b1c (diff) |
Fixed ti drivers (nw)
Diffstat (limited to 'scripts/src/machine.lua')
-rw-r--r-- | scripts/src/machine.lua | 11 |
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 |