summaryrefslogtreecommitdiffstatshomepage
path: root/scripts
diff options
context:
space:
mode:
author DavidHaywood <28625134+DavidHaywood@users.noreply.github.com>2019-08-15 14:42:48 +0100
committer DavidHaywood <28625134+DavidHaywood@users.noreply.github.com>2019-08-15 14:42:48 +0100
commit639a5c1fe6d8e35ade989ee292aa080790911996 (patch)
tree8a80ef242e9ac2b3006ca71a0af7e4097bd5afd3 /scripts
parentd35c39bb165b7e2d3f23916ef2b220e6925f4f91 (diff)
don't use my ill-conceived generator for arcompact, easier to work with as regular files (nw)
Diffstat (limited to 'scripts')
-rw-r--r--scripts/src/cpu.lua8
1 files changed, 0 insertions, 8 deletions
diff --git a/scripts/src/cpu.lua b/scripts/src/cpu.lua
index f49d8e48927..359fb71be9d 100644
--- a/scripts/src/cpu.lua
+++ b/scripts/src/cpu.lua
@@ -113,14 +113,6 @@ if (CPUS["ARCOMPACT"]~=null) then
MAME_DIR .. "src/devices/cpu/arcompact/arcompact.h",
MAME_DIR .. "src/devices/cpu/arcompact/arcompact_execute.cpp",
}
- dependency {
- { MAME_DIR .. "src/devices/cpu/arcompact/arcompact.cpp", GEN_DIR .. "emu/cpu/arcompact/arcompact.hxx" },
- { MAME_DIR .. "src/devices/cpu/arcompact/arcompact_execute.cpp", GEN_DIR .. "emu/cpu/arcompact/arcompact.hxx" },
- }
-
- custombuildtask {
- { MAME_DIR .. "src/devices/cpu/arcompact/arcompact_make.py" , GEN_DIR .. "emu/cpu/arcompact/arcompact.hxx", { MAME_DIR .. "src/devices/cpu/arcompact/arcompact_make.py" }, {"@echo Generating ARCOMPACT source files...", PYTHON .. " $(1) $(@)" }},
- }
end
if (CPUS["ARCOMPACT"]~=null or _OPTIONS["with-tools"]) then