summaryrefslogtreecommitdiffstatshomepage
path: root/scripts
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2018-09-16 11:58:54 -0400
committer AJR <ajrhacker@users.noreply.github.com>2018-09-16 11:59:08 -0400
commit0581346b2c4600a00ab6bab70502e9ffb2a63e87 (patch)
tree11bfa4ab1fd9f4d352c029e073d59271c3c360d6 /scripts
parentd42e34bb1bef64b0e4e089c72998b4ca3b871896 (diff)
facit4440: Create new skeleton driver; burn-in tests all seem to pass now (nw)
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 127e7c91071..9e4799dca7f 100644
--- a/scripts/target/mame/mess.lua
+++ b/scripts/target/mame/mess.lua
@@ -3678,6 +3678,7 @@ files {
MAME_DIR .. "src/mame/includes/eti660.h",
MAME_DIR .. "src/mame/drivers/eurocom2.cpp",
MAME_DIR .. "src/mame/drivers/excali64.cpp",
+ MAME_DIR .. "src/mame/drivers/facit4440.cpp",
MAME_DIR .. "src/mame/drivers/fanucs15.cpp",
MAME_DIR .. "src/mame/drivers/fanucspmg.cpp",
MAME_DIR .. "src/mame/drivers/fc100.cpp",