summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/src/cpu.lua
diff options
context:
space:
mode:
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
--------------------------------------------------