diff options
author | 2020-01-23 11:58:29 +0100 | |
---|---|---|
committer | 2020-01-23 11:58:29 +0100 | |
commit | 685907679bebdd415b2623d099b42484ecfc1743 (patch) | |
tree | 7847dfb800aaff643f85e7f4dfbf269faf7ff60e /scripts/src/cpu.lua | |
parent | be36db02dde589e8f72a6f29e5974aefd3413285 (diff) |
gigatron: fix compile (nw)
Diffstat (limited to 'scripts/src/cpu.lua')
-rw-r--r-- | scripts/src/cpu.lua | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/src/cpu.lua b/scripts/src/cpu.lua index d67ce4c706c..8c7145f96dd 100644 --- a/scripts/src/cpu.lua +++ b/scripts/src/cpu.lua @@ -2983,7 +2983,7 @@ end -------------------------------------------------- -- Gigatron ---@src/devices/cpu/gigatron.h,CPUS["GTRON"] = true +--@src/devices/cpu/gigatron/gigatron.h,CPUS["GTRON"] = true -------------------------------------------------- if (CPUS["GTRON"]~=null) then @@ -2998,6 +2998,7 @@ if (CPUS["GTRON"]~=null or _OPTIONS["with-tools"]) then table.insert(disasm_files , MAME_DIR .. "src/devices/cpu/gigatron/gigatrondasm.h") end +-------------------------------------------------- -- Motorola DSP56000 --@src/devices/cpu/dsp56000/dsp56000.h,CPUS["DSP56000"] = true -------------------------------------------------- |