diff options
| author | 2025-09-27 22:45:52 +0200 | |
|---|---|---|
| committer | 2025-09-27 22:46:01 +0200 | |
| commit | 996b632bed816427211fa0a7f596fe7c135c2925 (patch) | |
| tree | 5801c2bc3bf1c003037dfcbf1027c101cb359807 /scripts | |
| parent | d2479ffdcc20903602a07a2aa6f229e243ef6aa0 (diff) | |
swp30: Overhaul
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/src/cpu.lua | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/scripts/src/cpu.lua b/scripts/src/cpu.lua index 51927330158..b26c4b13b45 100644 --- a/scripts/src/cpu.lua +++ b/scripts/src/cpu.lua @@ -3591,11 +3591,6 @@ if CPUS["SWP30"] then } end -if opt_tool(CPUS, "SWP30") then - table.insert(disasm_files , MAME_DIR .. "src/devices/sound/swp30d.cpp") - table.insert(disasm_files , MAME_DIR .. "src/devices/sound/swp30d.h") -end - -------------------------------------------------- -- Yamaha DSPV --@src/devices/sound/dspv.h,CPUS["DSPV"] = true |
