summaryrefslogtreecommitdiffstats
path: root/scripts/target/mame/mess.lua
diff options
context:
space:
mode:
author Olivier Galibert <galibert@pobox.com>2022-06-14 10:50:20 +0200
committer Olivier Galibert <galibert@pobox.com>2022-06-14 12:07:55 +0200
commite76d23fc73a4ebb66959dc7b7c7f79ad6b0dcde1 (patch)
treed0bec988955f924167dac1fade448c8d2347406c /scripts/target/mame/mess.lua
parent58650bd6812a92dfcfd8fa5bc6e225b34d4aa479 (diff)
saa7191: Move to devices/machine too
Diffstat (limited to 'scripts/target/mame/mess.lua')
-rw-r--r--scripts/target/mame/mess.lua3
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/target/mame/mess.lua b/scripts/target/mame/mess.lua
index d55f3b8928e..f3a49bbc59e 100644
--- a/scripts/target/mame/mess.lua
+++ b/scripts/target/mame/mess.lua
@@ -840,6 +840,7 @@ MACHINES["FM_SCSI"] = true
MACHINES["ARCHIMEDES_KEYB"] = true
MACHINES["CAMMU"] = true
MACHINES["AT_MB"] = true
+MACHINES["SAA7191"] = true
--------------------------------------------------
-- specify available bus cores
@@ -3734,8 +3735,6 @@ files {
MAME_DIR .. "src/mame/drivers/octane.cpp",
MAME_DIR .. "src/mame/machine/vino.cpp",
MAME_DIR .. "src/mame/machine/vino.h",
- MAME_DIR .. "src/mame/machine/saa7191.cpp",
- MAME_DIR .. "src/mame/machine/saa7191.h",
MAME_DIR .. "src/mame/machine/sgi.cpp",
MAME_DIR .. "src/mame/machine/sgi.h",
MAME_DIR .. "src/mame/machine/hal2.cpp",