diff options
author | 2020-04-03 21:58:40 +0200 | |
---|---|---|
committer | 2020-04-03 21:58:40 +0200 | |
commit | ceabc2c79869168a6919eb4df205f4dc11c16006 (patch) | |
tree | a5267bc60ba7591de704c3b53d6d176bb8e85af0 /scripts/src | |
parent | d23f786a01a4b92b1800d256c6dc5b69290cb2f2 (diff) |
cpu/alph8201 can be removed now (nw)
Diffstat (limited to 'scripts/src')
-rw-r--r-- | scripts/src/cpu.lua | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/scripts/src/cpu.lua b/scripts/src/cpu.lua index a0dbdb27e35..3ce76c9e72c 100644 --- a/scripts/src/cpu.lua +++ b/scripts/src/cpu.lua @@ -198,23 +198,6 @@ if (CPUS["AMIS2000"]~=null or _OPTIONS["with-tools"]) then end -------------------------------------------------- --- Alpha 8201 ---@src/devices/cpu/alph8201/alph8201.h,CPUS["ALPHA8201"] = true --------------------------------------------------- - -if (CPUS["ALPHA8201"]~=null) then - files { - MAME_DIR .. "src/devices/cpu/alph8201/alph8201.cpp", - MAME_DIR .. "src/devices/cpu/alph8201/alph8201.h", - } -end - -if (CPUS["ALPHA8201"]~=null or _OPTIONS["with-tools"]) then - table.insert(disasm_files , MAME_DIR .. "src/devices/cpu/alph8201/8201dasm.cpp") - table.insert(disasm_files , MAME_DIR .. "src/devices/cpu/alph8201/8201dasm.h") -end - --------------------------------------------------- -- Analog Devices ADSP21xx series --@src/devices/cpu/adsp2100/adsp2100.h,CPUS["ADSP21XX"] = true -------------------------------------------------- |