summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/target/mame/mess.lua
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/target/mame/mess.lua')
-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",
}