diff options
Diffstat (limited to 'scripts/src/machine.lua')
-rw-r--r-- | scripts/src/machine.lua | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/scripts/src/machine.lua b/scripts/src/machine.lua index 4ff994b3d04..81b5ab23907 100644 --- a/scripts/src/machine.lua +++ b/scripts/src/machine.lua @@ -345,6 +345,18 @@ end --------------------------------------------------- -- +--@src/devices/machine/74175.h,MACHINES["TTL74175"] = true +--------------------------------------------------- + +if (MACHINES["TTL74175"]~=null) then + files { + MAME_DIR .. "src/devices/machine/74175.cpp", + MAME_DIR .. "src/devices/machine/74175.h", + } +end + +--------------------------------------------------- +-- --@src/devices/machine/74181.h,MACHINES["TTL74181"] = true --------------------------------------------------- @@ -659,6 +671,18 @@ end --------------------------------------------------- -- +--@src/devices/machine/dm9334.h,MACHINES["DM9334"] = true +--------------------------------------------------- + +if (MACHINES["DM9334"]~=null) then + files { + MAME_DIR .. "src/devices/machine/dm9334.cpp", + MAME_DIR .. "src/devices/machine/dm9334.h", + } +end + +--------------------------------------------------- +-- --@src/devices/machine/ds1204.h,MACHINES["DS1204"] = true --------------------------------------------------- |