summaryrefslogtreecommitdiffstatshomepage
path: root/scripts
diff options
context:
space:
mode:
author smf- <smf-@users.noreply.github.com>2021-12-23 12:49:17 +0000
committer smf- <smf-@users.noreply.github.com>2021-12-23 12:51:17 +0000
commit53f5095131821b752b9b87329497f5e1192a588e (patch)
treeb2b2ca5bb0985d3f85d397927afc2a970416b4df /scripts
parent6b146f58a71d19e23037b236ddd96951dfa3b4b5 (diff)
New Working Machine
------------------- Z80 based, triple time zone clock [smf]
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 09246a3a806..d5c6fe4ab6e 100644
--- a/scripts/target/mame/mess.lua
+++ b/scripts/target/mame/mess.lua
@@ -2639,6 +2639,7 @@ files {
MAME_DIR .. "src/mame/drivers/slc1.cpp",
MAME_DIR .. "src/mame/drivers/test_t400.cpp",
MAME_DIR .. "src/mame/drivers/uzebox.cpp",
+ MAME_DIR .. "src/mame/drivers/z80clock.cpp",
MAME_DIR .. "src/mame/drivers/z80dev.cpp",
MAME_DIR .. "src/mame/drivers/zexall.cpp",
}