Update mame.lst, mess.lua, mess.flt (argh)

This commit is contained in:
AJR 2018-03-20 16:56:59 -04:00
parent 95f66335dd
commit 3a41359c74
3 changed files with 20 additions and 8 deletions

View File

@ -3127,6 +3127,8 @@ files {
MAME_DIR .. "src/mame/drivers/tv910.cpp", MAME_DIR .. "src/mame/drivers/tv910.cpp",
MAME_DIR .. "src/mame/drivers/tv912.cpp", MAME_DIR .. "src/mame/drivers/tv912.cpp",
MAME_DIR .. "src/mame/drivers/tv950.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/tv990.cpp",
MAME_DIR .. "src/mame/drivers/ts3000.cpp", MAME_DIR .. "src/mame/drivers/ts3000.cpp",
} }
@ -3480,6 +3482,7 @@ files {
createMESSProjects(_target, _subtarget, "skeleton") createMESSProjects(_target, _subtarget, "skeleton")
files { files {
MAME_DIR .. "src/mame/drivers/aaa.cpp",
MAME_DIR .. "src/mame/drivers/acd.cpp", MAME_DIR .. "src/mame/drivers/acd.cpp",
MAME_DIR .. "src/mame/drivers/aceex.cpp", MAME_DIR .. "src/mame/drivers/aceex.cpp",
MAME_DIR .. "src/mame/drivers/akaiax80.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/pulsar.cpp",
MAME_DIR .. "src/mame/drivers/pv9234.cpp", MAME_DIR .. "src/mame/drivers/pv9234.cpp",
MAME_DIR .. "src/mame/drivers/qtsbc.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/qvt103.cpp",
MAME_DIR .. "src/mame/drivers/qvt201.cpp", MAME_DIR .. "src/mame/drivers/qvt201.cpp",
MAME_DIR .. "src/mame/drivers/qvt6800.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/tecnbras.cpp",
MAME_DIR .. "src/mame/drivers/terak.cpp", MAME_DIR .. "src/mame/drivers/terak.cpp",
MAME_DIR .. "src/mame/drivers/terco.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/ti630.cpp",
MAME_DIR .. "src/mame/drivers/tr175.cpp", MAME_DIR .. "src/mame/drivers/tr175.cpp",
MAME_DIR .. "src/mame/drivers/trs80dt1.cpp", MAME_DIR .. "src/mame/drivers/trs80dt1.cpp",

View File

@ -280,6 +280,9 @@ aa3020 // 1992 Acorn A3020
aa4000 // 1992 Acorn A4000 aa4000 // 1992 Acorn A4000
aa5000a // 1993 Acorn A5000 Alpha aa5000a // 1993 Acorn A5000 Alpha
@source:aaa.cpp
aaa //
@source:abc1600.cpp @source:abc1600.cpp
abc1600 // abc1600 //
@ -32519,6 +32522,9 @@ quizpun2 // (c) 1989 Space Computer System of Korea
@source:quizshow.cpp @source:quizshow.cpp
quizshow // 005464 1976/04 [2650] quizshow // 005464 1976/04 [2650]
@source:qvt70.cpp
qvt70 //
@source:qvt103.cpp @source:qvt103.cpp
qvt103 // (c) 1983 Qume Corp. qvt103 // (c) 1983 Qume Corp.
@ -36654,12 +36660,6 @@ terak //
@source:terco.cpp @source:terco.cpp
t4490 // Terco 4490 Mill CNC Control (c) 1986 t4490 // Terco 4490 Mill CNC Control (c) 1986
@source:terminals.cpp
aaa
qvt70
tv955
tv965
@source:terracre.cpp @source:terracre.cpp
amatelas // (c) 1986 amatelas // (c) 1986
amazon // (c) 1986 amazon // (c) 1986
@ -37491,6 +37491,12 @@ tv912c //
@source:tv950.cpp @source:tv950.cpp
tv950 // tv950 //
@source:tv955.cpp
tv955 //
@source:tv965.cpp
tv965 //
@source:tv990.cpp @source:tv990.cpp
tv990 // 1992? TeleVideo tv990 // 1992? TeleVideo
tv995 // 1994 TeleVideo tv995 // 1994 TeleVideo

View File

@ -9,6 +9,7 @@ a6809.cpp
a7150.cpp a7150.cpp
a7800.cpp a7800.cpp
aa310.cpp aa310.cpp
aaa.cpp
abc1600.cpp abc1600.cpp
abc80.cpp abc80.cpp
abc80x.cpp abc80x.cpp
@ -570,6 +571,7 @@ px8.cpp
pyl601.cpp pyl601.cpp
ql.cpp ql.cpp
qtsbc.cpp qtsbc.cpp
qvt70.cpp
qvt103.cpp qvt103.cpp
qvt201.cpp qvt201.cpp
qvt6800.cpp qvt6800.cpp
@ -683,7 +685,6 @@ tek440x.cpp
tekxp33x.cpp tekxp33x.cpp
terak.cpp terak.cpp
terco.cpp terco.cpp
terminals.cpp
test_t400.cpp test_t400.cpp
testconsole.cpp testconsole.cpp
tg100.cpp tg100.cpp
@ -730,6 +731,8 @@ tutor.cpp
tv910.cpp tv910.cpp
tv912.cpp tv912.cpp
tv950.cpp tv950.cpp
tv955.cpp
tv965.cpp
tv990.cpp tv990.cpp
tvboy.cpp tvboy.cpp
tvc.cpp tvc.cpp