diff options
| author | 2021-05-03 23:39:33 +0200 | |
|---|---|---|
| committer | 2021-05-03 23:39:53 +0200 | |
| commit | 993e9e69e0f0e1c227d2fc07f807fb90665fb967 (patch) | |
| tree | d6ed294e309a7e4a8c7664cd2e6b20b2a8d8cf6a /scripts | |
| parent | 2cf018ffd25b420f5288900ec19282545a9d4193 (diff) | |
chessmst: split driver into chessmst/chessmstdm
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/target/mame/mess.lua | 1 |
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", |
