diff options
author | 2015-05-31 23:34:31 +0200 | |
---|---|---|
committer | 2015-06-01 00:54:45 +0200 | |
commit | 872ca80ac52c1bcc47cf5b0b087ccdc891496851 (patch) | |
tree | c9cff06dffd50a52928f53c8c1d0d9dbddfc1eae /scripts/src/main.lua | |
parent | 7500669a194853266769f1cad42f7c9acf257e60 (diff) |
Converted netlist into a library. Moved most code from nl_convert.h to
nl_convert.c. Targets using netlist must now specify this explicitly
with MACHINES["NETLIST"] = true
Added subtarget "nl" which only contains games with netlist elements.
(nw)
Diffstat (limited to 'scripts/src/main.lua')
-rw-r--r-- | scripts/src/main.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/src/main.lua b/scripts/src/main.lua index 9559eb1f594..809a18be70a 100644 --- a/scripts/src/main.lua +++ b/scripts/src/main.lua @@ -87,6 +87,7 @@ function mainProject(_target, _subtarget) links { "osd_" .. _OPTIONS["osd"], "bus", + "netlist", "optional", "emu", "dasm", |