summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/src/machine.lua
diff options
context:
space:
mode:
author hap <happppp@users.noreply.github.com>2026-04-25 22:58:34 +0200
committer hap <happppp@users.noreply.github.com>2026-04-26 03:26:07 +0200
commit39decb6c033161f8660e900ce1de82356bd4b5ba (patch)
tree2144dd005fcd9b53fc7dc820085aa51001fa68f8 /scripts/src/machine.lua
parent66777c37dea0da72ae78f76be1e96d92606f402a (diff)
source org: move k054321 and mb87078 from machine to sound folder (renamed latter to mb87077)
Diffstat (limited to 'scripts/src/machine.lua')
-rw-r--r--scripts/src/machine.lua23
1 files changed, 0 insertions, 23 deletions
diff --git a/scripts/src/machine.lua b/scripts/src/machine.lua
index 21c4b9b1ec6..d84f3d01041 100644
--- a/scripts/src/machine.lua
+++ b/scripts/src/machine.lua
@@ -2326,18 +2326,6 @@ end
---------------------------------------------------
--
---@src/devices/machine/mb87078.h,MACHINES["MB87078"] = true
----------------------------------------------------
-
-if MACHINES["MB87078"] then
- files {
- MAME_DIR .. "src/devices/machine/mb87078.cpp",
- MAME_DIR .. "src/devices/machine/mb87078.h",
- }
-end
-
----------------------------------------------------
---
--@src/devices/machine/mb8795.h,MACHINES["MB8795"] = true
---------------------------------------------------
@@ -4883,17 +4871,6 @@ end
---------------------------------------------------
--
---@src/devices/machine/k054321.h,MACHINES["K054321"] = true
----------------------------------------------------
-if MACHINES["K054321"] then
- files {
- MAME_DIR .. "src/devices/machine/k054321.cpp",
- MAME_DIR .. "src/devices/machine/k054321.h",
- }
-end
-
----------------------------------------------------
---
--@src/devices/machine/smioc.h,MACHINES["SMIOC"] = true
---------------------------------------------------