mirror of
https://github.com/holub/mame
synced 2025-04-18 22:49:58 +03:00
saa7191: Move to devices/machine too
This commit is contained in:
parent
58650bd681
commit
e76d23fc73
@ -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
|
||||||
|
@ -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",
|
||||||
|
Loading…
Reference in New Issue
Block a user