summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/src/cpu.lua
diff options
context:
space:
mode:
author hap <happppp@users.noreply.github.com>2020-01-23 11:58:29 +0100
committer hap <happppp@users.noreply.github.com>2020-01-23 11:58:29 +0100
commit685907679bebdd415b2623d099b42484ecfc1743 (patch)
tree7847dfb800aaff643f85e7f4dfbf269faf7ff60e /scripts/src/cpu.lua
parentbe36db02dde589e8f72a6f29e5974aefd3413285 (diff)
gigatron: fix compile (nw)
Diffstat (limited to 'scripts/src/cpu.lua')
-rw-r--r--scripts/src/cpu.lua3
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
--------------------------------------------------