summaryrefslogtreecommitdiffstatshomepage
path: root/scripts
diff options
context:
space:
mode:
author Tom <37988779+TwistedTom@users.noreply.github.com>2019-11-14 14:35:20 +0000
committer Vas Crabb <cuavas@users.noreply.github.com>2019-11-15 01:35:20 +1100
commit09bf7fe735bc2defd3c33dad3dd1818f2e06f68a (patch)
tree6e126147dd57a73dd5ab60743e894dc725c3d719 /scripts
parentd1086ca8b12b0d3061edd4628574c7e9825c3b9a (diff)
Follow-up to "Cps1 bootlegs, some more new sets #5895" (#5899)
* create fcrash.h * change includes, add to arcade.lua
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 10ac8d91d39..989c495dacd 100644
--- a/scripts/target/mame/arcade.lua
+++ b/scripts/target/mame/arcade.lua
@@ -1482,6 +1482,7 @@ files {
MAME_DIR .. "src/mame/includes/exedexes.h",
MAME_DIR .. "src/mame/video/exedexes.cpp",
MAME_DIR .. "src/mame/drivers/fcrash.cpp",
+ MAME_DIR .. "src/mame/includes/fcrash.h",
MAME_DIR .. "src/mame/drivers/gng.cpp",
MAME_DIR .. "src/mame/includes/gng.h",
MAME_DIR .. "src/mame/video/gng.cpp",