summaryrefslogtreecommitdiffstatshomepage
path: root/scripts
diff options
context:
space:
mode:
author couriersud <couriersud@gmx.org>2020-08-17 01:32:40 +0200
committer couriersud <couriersud@gmx.org>2020-08-17 01:34:04 +0200
commitc44d930015f5da7340e095454822030c94e0be3e (patch)
tree726d169a6eb135ebda8b420ee2a1bfdc740bb395 /scripts
parentc619fbe40cf882e8efddfb92fbfb0aa011214c9d (diff)
netlist: Add tank to nl subtarget, update static_solvers.
Diffstat (limited to 'scripts')
-rw-r--r--scripts/target/mame/nl.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/target/mame/nl.lua b/scripts/target/mame/nl.lua
index 4ecd9ef4b85..0a20979c9aa 100644
--- a/scripts/target/mame/nl.lua
+++ b/scripts/target/mame/nl.lua
@@ -156,6 +156,8 @@ files{
MAME_DIR .. "src/mame/machine/nl_stuntcyc.h",
MAME_DIR .. "src/mame/machine/nl_gtrak10.cpp",
MAME_DIR .. "src/mame/machine/nl_gtrak10.h",
+ MAME_DIR .. "src/mame/machine/nl_tank.cpp",
+ MAME_DIR .. "src/mame/machine/nl_tank.h",
MAME_DIR .. "src/mame/audio/nl_flyball.cpp",
MAME_DIR .. "src/mame/audio/nl_flyball.h",