summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/target/mame/arcade.lua
diff options
context:
space:
mode:
author Ivan Vangelista <mesgnet@yahoo.it>2022-06-16 17:12:19 +0200
committer Ivan Vangelista <mesgnet@yahoo.it>2022-06-16 17:12:19 +0200
commit662747fb22ded65bf3539a8e24bb80c64cbe6196 (patch)
treeba08854003855f74c107bf78eef152d8c8b7b697 /scripts/target/mame/arcade.lua
parentb1a3c44e47864c441ac534b9a0f5855a6a754fa9 (diff)
Clones promoted to working
---------------------------- Borderline (Tranquillizer Gun conversion) [anonymous] New working clones ------------------ Beta Force [anonymous] - astinvad.cpp, rollerg.cpp, shootout.cpp: used finders, derived classes and other minor cleanups
Diffstat (limited to 'scripts/target/mame/arcade.lua')
-rw-r--r--scripts/target/mame/arcade.lua4
1 files changed, 0 insertions, 4 deletions
diff --git a/scripts/target/mame/arcade.lua b/scripts/target/mame/arcade.lua
index 243de5fca66..8ae6af39336 100644
--- a/scripts/target/mame/arcade.lua
+++ b/scripts/target/mame/arcade.lua
@@ -1802,8 +1802,6 @@ files {
MAME_DIR .. "src/mame/includes/rohga.h",
MAME_DIR .. "src/mame/video/rohga.cpp",
MAME_DIR .. "src/mame/drivers/shootout.cpp",
- MAME_DIR .. "src/mame/includes/shootout.h",
- MAME_DIR .. "src/mame/video/shootout.cpp",
MAME_DIR .. "src/mame/drivers/sidepckt.cpp",
MAME_DIR .. "src/mame/includes/sidepckt.h",
MAME_DIR .. "src/mame/video/sidepckt.cpp",
@@ -2590,8 +2588,6 @@ files {
MAME_DIR .. "src/mame/includes/rocnrope.h",
MAME_DIR .. "src/mame/video/rocnrope.cpp",
MAME_DIR .. "src/mame/drivers/rollerg.cpp",
- MAME_DIR .. "src/mame/includes/rollerg.h",
- MAME_DIR .. "src/mame/video/rollerg.cpp",
MAME_DIR .. "src/mame/drivers/rungun.cpp",
MAME_DIR .. "src/mame/includes/rungun.h",
MAME_DIR .. "src/mame/video/rungun.cpp",