summaryrefslogtreecommitdiffstatshomepage
path: root/scripts
diff options
context:
space:
mode:
author hap <happppp@users.noreply.github.com>2021-05-03 23:39:33 +0200
committer hap <happppp@users.noreply.github.com>2021-05-03 23:39:53 +0200
commit993e9e69e0f0e1c227d2fc07f807fb90665fb967 (patch)
treed6ed294e309a7e4a8c7664cd2e6b20b2a8d8cf6a /scripts
parent2cf018ffd25b420f5288900ec19282545a9d4193 (diff)
chessmst: split driver into chessmst/chessmstdm
Diffstat (limited to 'scripts')
-rw-r--r--scripts/target/mame/mess.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/target/mame/mess.lua b/scripts/target/mame/mess.lua
index dbd542f04fc..54781b975b7 100644
--- a/scripts/target/mame/mess.lua
+++ b/scripts/target/mame/mess.lua
@@ -4222,6 +4222,7 @@ files {
createMESSProjects(_target, _subtarget, "veb")
files {
MAME_DIR .. "src/mame/drivers/chessmst.cpp",
+ MAME_DIR .. "src/mame/drivers/chessmstdm.cpp",
MAME_DIR .. "src/mame/drivers/kc.cpp",
MAME_DIR .. "src/mame/includes/kc.h",
MAME_DIR .. "src/mame/machine/kc.cpp",