diff options
Diffstat (limited to 'scripts/src/machine.lua')
| -rw-r--r-- | scripts/src/machine.lua | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/scripts/src/machine.lua b/scripts/src/machine.lua index b2ebdd9f5bb..012119a8a7e 100644 --- a/scripts/src/machine.lua +++ b/scripts/src/machine.lua @@ -2899,6 +2899,17 @@ end --------------------------------------------------- -- +--@src/devices/machine/scoop.h,MACHINES["SCOOP"] = true +--------------------------------------------------- +if (MACHINES["SCOOP"]~=null) then + files { + MAME_DIR .. "src/devices/machine/scoop.cpp", + MAME_DIR .. "src/devices/machine/scoop.h", + } +end + +--------------------------------------------------- +-- --@src/devices/machine/scnxx562.h,MACHINES["DUSCC"] = true --------------------------------------------------- @@ -3271,6 +3282,18 @@ end --------------------------------------------------- -- +--@src/devices/machine/ucb1200.h,MACHINES["UCB1200"] = true +--------------------------------------------------- + +if (MACHINES["UCB1200"]~=null) then + files { + MAME_DIR .. "src/devices/machine/ucb1200.cpp", + MAME_DIR .. "src/devices/machine/ucb1200.h", + } +end + +--------------------------------------------------- +-- --@src/devices/machine/upd1990a.h,MACHINES["UPD1990A"] = true --------------------------------------------------- |
