saa7191: Move to devices/machine too

This commit is contained in:
Olivier Galibert 2022-06-14 10:50:20 +02:00
parent 58650bd681
commit e76d23fc73
4 changed files with 12 additions and 2 deletions

View File

@ -5017,3 +5017,14 @@ if (MACHINES["AT_MB"]~=null) then
MAME_DIR .. "src/devices/machine/at.h", MAME_DIR .. "src/devices/machine/at.h",
} }
end end
---------------------------------------------------
--
--@src/devices/machine/saa7191.h,MACHINES["SAA7191"] = true
---------------------------------------------------
if (MACHINES["SAA7191"]~=null) then
files {
MAME_DIR .. "src/devices/machine/saa7191.cpp",
MAME_DIR .. "src/devices/machine/saa7191.h",
}
end

View File

@ -840,6 +840,7 @@ MACHINES["FM_SCSI"] = true
MACHINES["ARCHIMEDES_KEYB"] = true MACHINES["ARCHIMEDES_KEYB"] = true
MACHINES["CAMMU"] = true MACHINES["CAMMU"] = true
MACHINES["AT_MB"] = true MACHINES["AT_MB"] = true
MACHINES["SAA7191"] = true
-------------------------------------------------- --------------------------------------------------
-- specify available bus cores -- specify available bus cores
@ -3734,8 +3735,6 @@ files {
MAME_DIR .. "src/mame/drivers/octane.cpp", MAME_DIR .. "src/mame/drivers/octane.cpp",
MAME_DIR .. "src/mame/machine/vino.cpp", MAME_DIR .. "src/mame/machine/vino.cpp",
MAME_DIR .. "src/mame/machine/vino.h", 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.cpp",
MAME_DIR .. "src/mame/machine/sgi.h", MAME_DIR .. "src/mame/machine/sgi.h",
MAME_DIR .. "src/mame/machine/hal2.cpp", MAME_DIR .. "src/mame/machine/hal2.cpp",