mess.lua: Move some drivers to more specific subtargets, including new ones (nw)

This commit is contained in:
AJR 2019-10-14 08:08:17 -04:00
parent 73c4665039
commit 439605cee6

View File

@ -1092,6 +1092,7 @@ function linkProjects_mame_mess(_target, _subtarget)
"chessking",
"chromatics",
"chrysler",
"citoh",
"coleco",
"compugraphic",
"cromemco",
@ -1208,6 +1209,7 @@ function linkProjects_mame_mess(_target, _subtarget)
"poly",
"poly88",
"psion",
"quantel",
"qume",
"radio",
"rca",
@ -1875,6 +1877,7 @@ files {
MAME_DIR .. "src/mame/includes/mikro80.h",
MAME_DIR .. "src/mame/machine/mikro80.cpp",
MAME_DIR .. "src/mame/video/mikro80.cpp",
MAME_DIR .. "src/mame/drivers/okean240.cpp",
MAME_DIR .. "src/mame/drivers/pk8000.cpp",
MAME_DIR .. "src/mame/includes/pk8000.h",
MAME_DIR .. "src/mame/drivers/pk8020.cpp",
@ -1927,6 +1930,14 @@ files {
MAME_DIR .. "src/mame/drivers/eva.cpp",
}
createMESSProjects(_target, _subtarget, "citoh")
files {
MAME_DIR .. "src/mame/drivers/cit101.cpp",
MAME_DIR .. "src/mame/machine/cit101_kbd.cpp",
MAME_DIR .. "src/mame/machine/cit101_kbd.h",
MAME_DIR .. "src/mame/drivers/cit220.cpp",
}
createMESSProjects(_target, _subtarget, "coleco")
files {
MAME_DIR .. "src/mame/drivers/adam.cpp",
@ -2185,6 +2196,7 @@ files {
createMESSProjects(_target, _subtarget, "ericsson")
files {
MAME_DIR .. "src/mame/drivers/e9161.cpp",
MAME_DIR .. "src/mame/drivers/eispc.cpp",
MAME_DIR .. "src/mame/machine/eispc_kb.cpp",
MAME_DIR .. "src/mame/machine/eispc_kb.h",
@ -3013,6 +3025,22 @@ files {
MAME_DIR .. "src/mame/machine/psion_pack.h",
}
createMESSProjects(_target, _subtarget, "quantel")
files {
MAME_DIR .. "src/mame/drivers/dpb7000.cpp",
MAME_DIR .. "src/mame/video/dpb_combiner.cpp",
MAME_DIR .. "src/mame/video/dpb_combiner.h",
MAME_DIR .. "src/mame/video/dpb_brushproc.cpp",
MAME_DIR .. "src/mame/video/dpb_brushproc.h",
MAME_DIR .. "src/mame/video/dpb_brushstore.cpp",
MAME_DIR .. "src/mame/video/dpb_brushstore.h",
MAME_DIR .. "src/mame/video/dpb_framestore.cpp",
MAME_DIR .. "src/mame/video/dpb_framestore.h",
MAME_DIR .. "src/mame/video/dpb_storeaddr.cpp",
MAME_DIR .. "src/mame/video/dpb_storeaddr.h",
MAME_DIR .. "src/mame/drivers/harriet.cpp",
}
createMESSProjects(_target, _subtarget, "qume")
files {
MAME_DIR .. "src/mame/drivers/qvt70.cpp",
@ -3786,8 +3814,8 @@ files {
MAME_DIR .. "src/mame/drivers/crvision.cpp",
MAME_DIR .. "src/mame/includes/crvision.h",
MAME_DIR .. "src/mame/drivers/gamemachine.cpp",
MAME_DIR .. "src/mame/audio/nl_gamemachine.h",
MAME_DIR .. "src/mame/audio/nl_gamemachine.cpp",
MAME_DIR .. "src/mame/audio/nl_gamemachine.h",
MAME_DIR .. "src/mame/audio/nl_gamemachine.cpp",
MAME_DIR .. "src/mame/drivers/geniusiq.cpp",
MAME_DIR .. "src/mame/drivers/geniusjr.cpp",
MAME_DIR .. "src/mame/drivers/glcx.cpp",
@ -3946,10 +3974,6 @@ files {
MAME_DIR .. "src/mame/drivers/chaos.cpp",
MAME_DIR .. "src/mame/drivers/cd2650.cpp",
MAME_DIR .. "src/mame/drivers/cdc721.cpp",
MAME_DIR .. "src/mame/drivers/cit101.cpp",
MAME_DIR .. "src/mame/machine/cit101_kbd.cpp",
MAME_DIR .. "src/mame/machine/cit101_kbd.h",
MAME_DIR .. "src/mame/drivers/cit220.cpp",
MAME_DIR .. "src/mame/drivers/clxvme186.cpp",
MAME_DIR .. "src/mame/drivers/codata.cpp",
MAME_DIR .. "src/mame/drivers/controlid.cpp",
@ -3976,22 +4000,10 @@ files {
MAME_DIR .. "src/mame/drivers/dmv.cpp",
MAME_DIR .. "src/mame/machine/dmv_keyb.cpp",
MAME_DIR .. "src/mame/machine/dmv_keyb.h",
MAME_DIR .. "src/mame/drivers/dpb7000.cpp",
MAME_DIR .. "src/mame/video/dpb_combiner.cpp",
MAME_DIR .. "src/mame/video/dpb_combiner.h",
MAME_DIR .. "src/mame/video/dpb_brushproc.cpp",
MAME_DIR .. "src/mame/video/dpb_brushproc.h",
MAME_DIR .. "src/mame/video/dpb_brushstore.cpp",
MAME_DIR .. "src/mame/video/dpb_brushstore.h",
MAME_DIR .. "src/mame/video/dpb_framestore.cpp",
MAME_DIR .. "src/mame/video/dpb_framestore.h",
MAME_DIR .. "src/mame/video/dpb_storeaddr.cpp",
MAME_DIR .. "src/mame/video/dpb_storeaddr.h",
MAME_DIR .. "src/mame/drivers/dps1.cpp",
MAME_DIR .. "src/mame/drivers/dsb46.cpp",
MAME_DIR .. "src/mame/drivers/dual68.cpp",
MAME_DIR .. "src/mame/drivers/e100.cpp",
MAME_DIR .. "src/mame/drivers/e9161.cpp",
MAME_DIR .. "src/mame/drivers/eacc.cpp",
MAME_DIR .. "src/mame/drivers/elwro800.cpp",
MAME_DIR .. "src/mame/drivers/emate.cpp",
@ -4014,7 +4026,6 @@ files {
MAME_DIR .. "src/mame/drivers/gimix.cpp",
MAME_DIR .. "src/mame/drivers/goupil.cpp",
MAME_DIR .. "src/mame/drivers/grfd2301.cpp",
MAME_DIR .. "src/mame/drivers/harriet.cpp",
MAME_DIR .. "src/mame/drivers/hazeltin.cpp",
MAME_DIR .. "src/mame/drivers/hazl1420.cpp",
MAME_DIR .. "src/mame/drivers/hp3478a.cpp",
@ -4087,7 +4098,6 @@ files {
MAME_DIR .. "src/mame/machine/octo_kbd.cpp",
MAME_DIR .. "src/mame/machine/octo_kbd.h",
MAME_DIR .. "src/mame/drivers/onyx.cpp",
MAME_DIR .. "src/mame/drivers/okean240.cpp",
MAME_DIR .. "src/mame/drivers/p8k.cpp",
MAME_DIR .. "src/mame/drivers/pegasus.cpp",
MAME_DIR .. "src/mame/drivers/pencil2.cpp",