mirror of
https://github.com/holub/mame
synced 2025-07-05 09:57:47 +03:00
need this for debug trace logging on DRC cores (nw)
This commit is contained in:
parent
c9b47bd56c
commit
01decf78b0
@ -948,7 +948,7 @@ if (CPUS["I86"]~=null) then
|
||||
}
|
||||
end
|
||||
|
||||
if (CPUS["I86"]~=null or CPUS["I386"]~=null or _OPTIONS["with-tools"]) then
|
||||
if (CPUS["SH2"]~=null or CPUS["MIPS"]~=null or CPUS["POWERPC"]~=null or CPUS["RSP"]~=null or CPUS["ARM7"]~=null or CPUS["ADSP21062"]~=null or CPUS["MB86235"]~=null or CPUS["I86"]~=null or CPUS["I386"]~=null or _OPTIONS["with-tools"]) then
|
||||
table.insert(disasm_files , MAME_DIR .. "src/devices/cpu/i386/i386dasm.cpp")
|
||||
end
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user