summaryrefslogtreecommitdiffstatshomepage
path: root/scripts
diff options
context:
space:
mode:
author hap <happppp@users.noreply.github.com>2022-06-29 15:29:37 +0200
committer hap <happppp@users.noreply.github.com>2022-06-29 15:29:37 +0200
commitf35f1c30e19d6899372cd84a45e20037d9e79090 (patch)
treeb30035505b23c30b231bb0bc5a31bf5a244fba94 /scripts
parentf4d278a2158ad9834c4706a82f159fddac4f3785 (diff)
source org: move odyssey2 driver to philips folder
Diffstat (limited to 'scripts')
-rw-r--r--scripts/target/mame/mame.lua6
1 files changed, 0 insertions, 6 deletions
diff --git a/scripts/target/mame/mame.lua b/scripts/target/mame/mame.lua
index 176c5bea5b6..4efa2844643 100644
--- a/scripts/target/mame/mame.lua
+++ b/scripts/target/mame/mame.lua
@@ -1410,7 +1410,6 @@ function linkProjects_mame_mame(_target, _subtarget)
"learsiegler",
"lsi",
"luxor",
- "magnavox",
"makerbot",
"matic",
"matsushi",
@@ -2591,11 +2590,6 @@ files {
MAME_DIR .. "src/mame/luxor/*.h",
}
-createMAMEProjects(_target, _subtarget, "magnavox")
-files {
- MAME_DIR .. "src/mame/magnavox/*.cpp",
-}
-
createMAMEProjects(_target, _subtarget, "makerbot")
files {
MAME_DIR .. "src/mame/makerbot/*.cpp",