summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/src/machine.lua
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2020-03-06 15:00:11 -0500
committer AJR <ajrhacker@users.noreply.github.com>2020-03-06 15:03:31 -0500
commit6ab1dfb1a818e4d976f7e94537260ef36d2f7cc0 (patch)
treed9b4e12bd411506443dbcae3328d3b2252b477bf /scripts/src/machine.lua
parentddfe149872e94f8dfcc021456ca782e1dfb37ab1 (diff)
Clean up odds and ends (nw)
- com8116: Delete SY2661-1/-2 tables (these are just second sources of SCN2661A/B) - mc2661: Remove obsolete device - rs232: Remove 7200 baud setting formerly required by one driver to work around incorrect table
Diffstat (limited to 'scripts/src/machine.lua')
-rw-r--r--scripts/src/machine.lua12
1 files changed, 0 insertions, 12 deletions
diff --git a/scripts/src/machine.lua b/scripts/src/machine.lua
index dd2bf64ce29..f53859c6e8b 100644
--- a/scripts/src/machine.lua
+++ b/scripts/src/machine.lua
@@ -1885,18 +1885,6 @@ end
---------------------------------------------------
--
---@src/devices/machine/mc2661.h,MACHINES["MC2661"] = true
----------------------------------------------------
-
-if (MACHINES["MC2661"]~=null) then
- files {
- MAME_DIR .. "src/devices/machine/mc2661.cpp",
- MAME_DIR .. "src/devices/machine/mc2661.h",
- }
-end
-
----------------------------------------------------
---
--@src/devices/machine/mc6843.h,MACHINES["MC6843"] = true
---------------------------------------------------