at, cammu: kick upstairs too

This commit is contained in:
Olivier Galibert 2022-06-13 22:08:22 +02:00
parent 540426ea91
commit 58650bd681
7 changed files with 25 additions and 6 deletions

View File

@ -4995,3 +4995,25 @@ if (MACHINES["ARCHIMEDES_KEYB"]~=null) then
MAME_DIR .. "src/devices/machine/archimedes_keyb.h",
}
end
---------------------------------------------------
--
--@src/devices/machine/cammu.h,MACHINES["CAMMU"] = true
---------------------------------------------------
if (MACHINES["CAMMU"]~=null) then
files {
MAME_DIR .. "src/devices/machine/cammu.cpp",
MAME_DIR .. "src/devices/machine/cammu.h",
}
end
---------------------------------------------------
--
--@src/devices/machine/at.h,MACHINES["AT_MB"] = true
---------------------------------------------------
if (MACHINES["AT_MB"]~=null) then
files {
MAME_DIR .. "src/devices/machine/at.cpp",
MAME_DIR .. "src/devices/machine/at.h",
}
end

View File

@ -750,6 +750,7 @@ MACHINES["AIC565"] = true
MACHINES["AIC580"] = true
MACHINES["AIC6250"] = true
MACHINES["VRENDER0"] = true
MACHINES["AT_MB"] = true
--------------------------------------------------
-- specify available bus cores
@ -2747,8 +2748,6 @@ files {
MAME_DIR .. "src/mame/drivers/meritsdx.cpp",
MAME_DIR .. "src/mame/drivers/mtouchxl.cpp",
MAME_DIR .. "src/mame/drivers/pubtimed.cpp",
MAME_DIR .. "src/mame/machine/at.h",
MAME_DIR .. "src/mame/machine/at.cpp",
}
createMAMEProjects(_target, _subtarget, "metro")

View File

@ -838,6 +838,8 @@ MACHINES["BITMAP_PRINTER"] = true
MACHINES["NS32382"] = true
MACHINES["FM_SCSI"] = true
MACHINES["ARCHIMEDES_KEYB"] = true
MACHINES["CAMMU"] = true
MACHINES["AT_MB"] = true
--------------------------------------------------
-- specify available bus cores
@ -1661,8 +1663,6 @@ files {
MAME_DIR .. "src/mame/machine/apple2common.h",
MAME_DIR .. "src/mame/drivers/amiga.cpp",
MAME_DIR .. "src/mame/includes/amiga.h",
MAME_DIR .. "src/mame/machine/at.h",
MAME_DIR .. "src/mame/machine/at.cpp",
MAME_DIR .. "src/mame/drivers/sis630.cpp",
MAME_DIR .. "src/mame/machine/gdrom.cpp",
MAME_DIR .. "src/mame/machine/gdrom.h",
@ -2820,8 +2820,6 @@ files {
createMESSProjects(_target, _subtarget, "interpro")
files {
MAME_DIR .. "src/mame/drivers/interpro.cpp",
MAME_DIR .. "src/mame/machine/cammu.h",
MAME_DIR .. "src/mame/machine/cammu.cpp",
MAME_DIR .. "src/mame/machine/interpro_ioga.h",
MAME_DIR .. "src/mame/machine/interpro_ioga.cpp",
MAME_DIR .. "src/mame/machine/interpro_mcga.h",