summaryrefslogtreecommitdiffstatshomepage
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
parent95f66335dd6446b2a46be355c987ddae6aa6369c (diff)
Update mame.lst, mess.lua, mess.flt (argh)
-rw-r--r--scripts/target/mame/mess.lua5
-rw-r--r--src/mame/mame.lst18
-rw-r--r--src/mame/mess.flt5
3 files changed, 20 insertions, 8 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",
diff --git a/src/mame/mame.lst b/src/mame/mame.lst
index 273f2c8f912..2655855e077 100644
--- a/src/mame/mame.lst
+++ b/src/mame/mame.lst
@@ -280,6 +280,9 @@ aa3020 // 1992 Acorn A3020
aa4000 // 1992 Acorn A4000
aa5000a // 1993 Acorn A5000 Alpha
+@source:aaa.cpp
+aaa //
+
@source:abc1600.cpp
abc1600 //
@@ -32519,6 +32522,9 @@ quizpun2 // (c) 1989 Space Computer System of Korea
@source:quizshow.cpp
quizshow // 005464 1976/04 [2650]
+@source:qvt70.cpp
+qvt70 //
+
@source:qvt103.cpp
qvt103 // (c) 1983 Qume Corp.
@@ -36654,12 +36660,6 @@ terak //
@source:terco.cpp
t4490 // Terco 4490 Mill CNC Control (c) 1986
-@source:terminals.cpp
-aaa
-qvt70
-tv955
-tv965
-
@source:terracre.cpp
amatelas // (c) 1986
amazon // (c) 1986
@@ -37491,6 +37491,12 @@ tv912c //
@source:tv950.cpp
tv950 //
+@source:tv955.cpp
+tv955 //
+
+@source:tv965.cpp
+tv965 //
+
@source:tv990.cpp
tv990 // 1992? TeleVideo
tv995 // 1994 TeleVideo
diff --git a/src/mame/mess.flt b/src/mame/mess.flt
index 8e54145118e..19a85f20ee9 100644
--- a/src/mame/mess.flt
+++ b/src/mame/mess.flt
@@ -9,6 +9,7 @@ a6809.cpp
a7150.cpp
a7800.cpp
aa310.cpp
+aaa.cpp
abc1600.cpp
abc80.cpp
abc80x.cpp
@@ -570,6 +571,7 @@ px8.cpp
pyl601.cpp
ql.cpp
qtsbc.cpp
+qvt70.cpp
qvt103.cpp
qvt201.cpp
qvt6800.cpp
@@ -683,7 +685,6 @@ tek440x.cpp
tekxp33x.cpp
terak.cpp
terco.cpp
-terminals.cpp
test_t400.cpp
testconsole.cpp
tg100.cpp
@@ -730,6 +731,8 @@ tutor.cpp
tv910.cpp
tv912.cpp
tv950.cpp
+tv955.cpp
+tv965.cpp
tv990.cpp
tvboy.cpp
tvc.cpp