summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/src/machine.lua
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/src/machine.lua')
-rw-r--r--scripts/src/machine.lua26
1 files changed, 12 insertions, 14 deletions
diff --git a/scripts/src/machine.lua b/scripts/src/machine.lua
index 7b0356db03b..0683ab0a0b9 100644
--- a/scripts/src/machine.lua
+++ b/scripts/src/machine.lua
@@ -429,6 +429,18 @@ end
---------------------------------------------------
--
+--@src/devices/machine/74259.h,MACHINES["TTL74259"] = true
+---------------------------------------------------
+
+if (MACHINES["TTL74259"]~=null) then
+ files {
+ MAME_DIR .. "src/devices/machine/74259.cpp",
+ MAME_DIR .. "src/devices/machine/74259.h",
+ }
+end
+
+---------------------------------------------------
+--
--@src/devices/machine/7474.h,MACHINES["TTL7474"] = true
---------------------------------------------------
@@ -766,20 +778,6 @@ if (MACHINES["CXD1095"]~=null) then
}
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
---------------------------------------------------