summaryrefslogtreecommitdiffstatshomepage
path: root/scripts
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2018-03-20 16:56:59 -0400
committer AJR <ajrhacker@users.noreply.github.com>2018-03-20 16:56:59 -0400
commit3a41359c74f0f430be635eb6994165939e91a77b (patch)
treea49a07b617b9983acdcf6aa593db0ca54dcbd30f /scripts
parent95f66335dd6446b2a46be355c987ddae6aa6369c (diff)
Update mame.lst, mess.lua, mess.flt (argh)
Diffstat (limited to 'scripts')
-rw-r--r--scripts/target/mame/mess.lua5
1 files changed, 4 insertions, 1 deletions
diff --git a/scripts/target/mame/mess.lua b/scripts/target/mame/mess.lua
index ead769d9bdf..5b93f99da18 100644
--- a/scripts/target/mame/mess.lua
+++ b/scripts/target/mame/mess.lua
@@ -3127,6 +3127,8 @@ files {
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/tv955.cpp",
+ MAME_DIR .. "src/mame/drivers/tv965.cpp",
MAME_DIR .. "src/mame/drivers/tv990.cpp",
MAME_DIR .. "src/mame/drivers/ts3000.cpp",
}
@@ -3480,6 +3482,7 @@ files {
createMESSProjects(_target, _subtarget, "skeleton")
files {
+ MAME_DIR .. "src/mame/drivers/aaa.cpp",
MAME_DIR .. "src/mame/drivers/acd.cpp",
MAME_DIR .. "src/mame/drivers/aceex.cpp",
MAME_DIR .. "src/mame/drivers/akaiax80.cpp",
@@ -3638,6 +3641,7 @@ files {
MAME_DIR .. "src/mame/drivers/pulsar.cpp",
MAME_DIR .. "src/mame/drivers/pv9234.cpp",
MAME_DIR .. "src/mame/drivers/qtsbc.cpp",
+ MAME_DIR .. "src/mame/drivers/qvt70.cpp",
MAME_DIR .. "src/mame/drivers/qvt103.cpp",
MAME_DIR .. "src/mame/drivers/qvt201.cpp",
MAME_DIR .. "src/mame/drivers/qvt6800.cpp",
@@ -3669,7 +3673,6 @@ files {
MAME_DIR .. "src/mame/drivers/tecnbras.cpp",
MAME_DIR .. "src/mame/drivers/terak.cpp",
MAME_DIR .. "src/mame/drivers/terco.cpp",
- MAME_DIR .. "src/mame/drivers/terminals.cpp",
MAME_DIR .. "src/mame/drivers/ti630.cpp",
MAME_DIR .. "src/mame/drivers/tr175.cpp",
MAME_DIR .. "src/mame/drivers/trs80dt1.cpp",