summaryrefslogtreecommitdiffstatshomepage
path: root/scripts
diff options
context:
space:
mode:
author hap <happppp@users.noreply.github.com>2019-07-27 18:44:26 +0200
committer hap <happppp@users.noreply.github.com>2019-07-27 18:44:26 +0200
commit30d9a40f3db9085d1dc8d58c912687f8602b7fd4 (patch)
tree24831f017d754cf40ef24595ab9e640343928639 /scripts
parente25f42e32e7d435725b3e6551df0b3e9349a297c (diff)
prefix mephisto driver files(group them together) (nw)
Diffstat (limited to 'scripts')
-rw-r--r--scripts/target/mame/mess.lua10
1 files changed, 5 insertions, 5 deletions
diff --git a/scripts/target/mame/mess.lua b/scripts/target/mame/mess.lua
index 76c5ea1ceea..4e17643a26b 100644
--- a/scripts/target/mame/mess.lua
+++ b/scripts/target/mame/mess.lua
@@ -2300,12 +2300,12 @@ files {
createMESSProjects(_target, _subtarget, "hegener")
files {
- MAME_DIR .. "src/mame/drivers/glasgow.cpp",
- MAME_DIR .. "src/mame/drivers/mephisto.cpp",
+ MAME_DIR .. "src/mame/drivers/mephisto_glasgow.cpp",
+ MAME_DIR .. "src/mame/drivers/mephisto_mm2.cpp",
+ MAME_DIR .. "src/mame/drivers/mephisto_modena.cpp",
+ MAME_DIR .. "src/mame/drivers/mephisto_modular.cpp",
MAME_DIR .. "src/mame/drivers/mephisto_montec.cpp",
- MAME_DIR .. "src/mame/drivers/mmodular.cpp",
- MAME_DIR .. "src/mame/drivers/modena.cpp",
- MAME_DIR .. "src/mame/drivers/polgar.cpp",
+ MAME_DIR .. "src/mame/drivers/mephisto_polgar.cpp",
MAME_DIR .. "src/mame/machine/mmboard.cpp",
MAME_DIR .. "src/mame/machine/mmboard.h",
}