mirror of
https://github.com/holub/mame
synced 2025-06-05 04:16:28 +03:00
fix custombuild task missing in cpu.lua (nw)
This commit is contained in:
parent
b9a298b847
commit
590f20477c
@ -1603,6 +1603,9 @@ if (CPUS["TMS57002"]~=null) then
|
||||
{ MAME_DIR .. "src/emu/cpu/tms57002/tms57kdec.c", GEN_DIR .. "emu/cpu/tms57002/tms57002.inc" },
|
||||
{ MAME_DIR .. "src/emu/cpu/tms57002/tms57002.c", GEN_DIR .. "emu/cpu/tms57002/tms57002.inc" },
|
||||
}
|
||||
custombuildtask {
|
||||
{ MAME_DIR .. "src/emu/cpu/tms57002/tmsinstr.lst" , GEN_DIR .. "emu/cpu/tms57002/tms57002.inc", { MAME_DIR .. "src/emu/cpu/tms57002/tmsmake.py" }, {"@echo Generating TMS57002 source file...", PYTHON .. " $(1) $(<) $(@)" } }
|
||||
}
|
||||
end
|
||||
|
||||
if (CPUS["TMS57002"]~=null or _OPTIONS["with-tools"]) then
|
||||
|
Loading…
Reference in New Issue
Block a user