summaryrefslogtreecommitdiffstatshomepage
path: root/scripts
diff options
context:
space:
mode:
author Lord-Nightmare <Lord-Nightmare@users.noreply.github.com>2015-10-22 01:09:13 -0400
committer Lord-Nightmare <Lord-Nightmare@users.noreply.github.com>2015-10-22 01:11:25 -0400
commit86d3537f95dc77c7441f4a488bc6ffbf73297aca (patch)
tree357c3f8f5082ed29b9ef5e46da21f056849ecf20 /scripts
parent1e6d1ec577ea36513fb0c953ce8f2e48597d3161 (diff)
Split cat.c into separate drivers for canon cat and iai swyft. (Part 1) [Lord Nightmare]
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 631bc6d87db..5c299a63105 100644
--- a/scripts/target/mame/mess.lua
+++ b/scripts/target/mame/mess.lua
@@ -2723,6 +2723,7 @@ files {
MAME_DIR .. "src/mame/drivers/softbox.c",
MAME_DIR .. "src/mame/drivers/squale.c",
MAME_DIR .. "src/mame/drivers/swtpc.c",
+ MAME_DIR .. "src/mame/drivers/swyft.c",
MAME_DIR .. "src/mame/drivers/sys2900.c",
MAME_DIR .. "src/mame/drivers/systec.c",
MAME_DIR .. "src/mame/drivers/tavernie.c",