summaryrefslogtreecommitdiffstatshomepage
path: root/scripts
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2018-01-04 19:02:50 -0500
committer AJR <ajrhacker@users.noreply.github.com>2018-01-04 19:02:50 -0500
commite0df86cbbdff192843e1e99749f223b86f203242 (patch)
tree2e3bd4c6af2abf56c0336187c88707c34e263cf3 /scripts
parent166c4089eb293efab51762c0996628754c2f9142 (diff)
tv912c: Skeleton driver (nw)
Diffstat (limited to 'scripts')
-rw-r--r--scripts/target/mame/mess.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/target/mame/mess.lua b/scripts/target/mame/mess.lua
index 82680e46bdf..9d8e07f93c5 100644
--- a/scripts/target/mame/mess.lua
+++ b/scripts/target/mame/mess.lua
@@ -3104,6 +3104,7 @@ files {
MAME_DIR .. "src/mame/drivers/ts803.cpp",
MAME_DIR .. "src/mame/drivers/ts816.cpp",
MAME_DIR .. "src/mame/drivers/tv910.cpp",
+ MAME_DIR .. "src/mame/drivers/tv912.cpp",
MAME_DIR .. "src/mame/drivers/tv950.cpp",
MAME_DIR .. "src/mame/drivers/tv990.cpp",
MAME_DIR .. "src/mame/drivers/ts3000.cpp",