summaryrefslogtreecommitdiffstatshomepage
path: root/scripts
diff options
context:
space:
mode:
author Ivan Vangelista <mesgnet@yahoo.it>2021-09-03 06:19:54 +0200
committer Ivan Vangelista <mesgnet@yahoo.it>2021-09-03 06:19:54 +0200
commit44d514aa702d38b83966a21ad30528dd89cc8e36 (patch)
tree1f1d45d90df9879dfafd2f0c9f7756a698e1dd01 /scripts
parentfa295e3215e41ad3f56f4e64cee2b88349d1ff0b (diff)
funkyjet.cpp: moved everything into the driver file, as video/funkyjet.cpp only had one method
Diffstat (limited to 'scripts')
-rw-r--r--scripts/target/mame/arcade.lua2
1 files changed, 0 insertions, 2 deletions
diff --git a/scripts/target/mame/arcade.lua b/scripts/target/mame/arcade.lua
index 78658b1f6d3..572f3a05482 100644
--- a/scripts/target/mame/arcade.lua
+++ b/scripts/target/mame/arcade.lua
@@ -1777,8 +1777,6 @@ files {
MAME_DIR .. "src/mame/includes/firetrap.h",
MAME_DIR .. "src/mame/video/firetrap.cpp",
MAME_DIR .. "src/mame/drivers/funkyjet.cpp",
- MAME_DIR .. "src/mame/includes/funkyjet.h",
- MAME_DIR .. "src/mame/video/funkyjet.cpp",
MAME_DIR .. "src/mame/drivers/karnov.cpp",
MAME_DIR .. "src/mame/includes/karnov.h",
MAME_DIR .. "src/mame/video/karnov.cpp",