summaryrefslogtreecommitdiffstatshomepage
path: root/scripts
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2026-02-01 06:39:13 +1100
committer Vas Crabb <vas@vastheman.com>2026-02-01 06:39:13 +1100
commitf26bf53a3431f8ec400e5891a680240ceb1abd10 (patch)
treefb324251ac89d8e193aa6d2811b0574ba83823b7 /scripts
parent58aad913a50fe74c330a73f5d7c06ad0de2fc16e (diff)
Revert "Miniforce and CPU1 (#14873)"
This reverts commit 6cb0ec64ac8608c4bcf864807495f91c55db3653. This seems to have been done with a lack of understanding of how things work. A fake output based on tag string comparisons is definitely not a good way to do things. Views with hard-coded screen tags for a single slot device aren't a great idea either, given MAME provides a variety of emulated terminals. The whole thing is just misguided.
Diffstat (limited to 'scripts')
-rw-r--r--scripts/src/bus.lua8
1 files changed, 0 insertions, 8 deletions
diff --git a/scripts/src/bus.lua b/scripts/src/bus.lua
index 3436ee589d4..04cc342798e 100644
--- a/scripts/src/bus.lua
+++ b/scripts/src/bus.lua
@@ -6191,14 +6191,6 @@ if BUSES["VME"] then
MAME_DIR .. "src/devices/bus/vme/tsvme104.cpp",
MAME_DIR .. "src/devices/bus/vme/tsvme104.h",
}
-
- dependency {
- { MAME_DIR .. "src/devices/bus/vme/sys68k_cpu1.cpp", GEN_DIR .. "emu/layout/sys68k_cpu1.lh" },
- }
-
- custombuildtask {
- layoutbuildtask("emu/layout", "sys68k_cpu1"),
- }
end