summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/src/cpu.lua
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2023-06-19 09:32:26 -0400
committer AJR <ajrhacker@users.noreply.github.com>2023-06-19 09:32:26 -0400
commit02192d18e1a47b44549bfc008a1c2bce3f39f8b1 (patch)
tree7edfde08c1d094024875ffbd21b971f16681520c /scripts/src/cpu.lua
parent6d932940db6d7d95a5c294eab85325dd5a8e889b (diff)
New machines marked as NOT_WORKING
---------------------------------- Orla HK1000 Orla XM200 Orchestra Module
Diffstat (limited to 'scripts/src/cpu.lua')
-rw-r--r--scripts/src/cpu.lua9
1 files changed, 8 insertions, 1 deletions
diff --git a/scripts/src/cpu.lua b/scripts/src/cpu.lua
index a7b9bc3745c..4b52c2415e9 100644
--- a/scripts/src/cpu.lua
+++ b/scripts/src/cpu.lua
@@ -3835,10 +3835,17 @@ if opt_tool(CPUS, "INTERDATA16") then
end
--------------------------------------------------
--- SGS-Thomson ST9, disassembler only
+-- SGS-Thomson ST9
--@src/devices/cpu/st9/st9.h,CPUS["ST9"] = true
--------------------------------------------------
+if CPUS["ST9"] then
+ files {
+ MAME_DIR .. "src/devices/cpu/st9/st905x.cpp",
+ MAME_DIR .. "src/devices/cpu/st9/st905x.h",
+ }
+end
+
if opt_tool(CPUS, "ST9") then
table.insert(disasm_files , MAME_DIR .. "src/devices/cpu/st9/st9dasm.cpp")
table.insert(disasm_files , MAME_DIR .. "src/devices/cpu/st9/st9dasm.h")