summaryrefslogtreecommitdiffstatshomepage
path: root/scripts
diff options
context:
space:
mode:
author Robbbert <Robbbert@users.noreply.github.com>2021-12-11 01:06:55 +1100
committer Robbbert <Robbbert@users.noreply.github.com>2021-12-11 01:06:55 +1100
commitfedf24c067871efab4d1f474cdac53860d5ecf93 (patch)
tree016e8cafd4a5717e0ea115db18e760071d9cc8bb /scripts
parentc60ba062854f8463bbe5e235f66bf29646c4244f (diff)
lancelot: Split off to its own driver.
Diffstat (limited to 'scripts')
-rw-r--r--scripts/target/mame/arcade.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/target/mame/arcade.lua b/scripts/target/mame/arcade.lua
index 6139b7022f9..1e21d902a53 100644
--- a/scripts/target/mame/arcade.lua
+++ b/scripts/target/mame/arcade.lua
@@ -4676,6 +4676,7 @@ files {
MAME_DIR .. "src/mame/drivers/jp.cpp",
MAME_DIR .. "src/mame/drivers/jvh.cpp",
MAME_DIR .. "src/mame/drivers/kissproto.cpp",
+ MAME_DIR .. "src/mame/drivers/lancelot.cpp",
MAME_DIR .. "src/mame/drivers/lckydraw.cpp",
MAME_DIR .. "src/mame/drivers/ltd.cpp",
MAME_DIR .. "src/mame/drivers/macp.cpp",