archimedes_keyb: also kick upstairs in devices/machine

This commit is contained in:
Olivier Galibert 2022-06-13 14:38:14 +02:00
parent 0ed8bbcab7
commit ec1cdc738c
4 changed files with 12 additions and 2 deletions

View File

@ -4984,3 +4984,14 @@ if (MACHINES["FM_SCSI"]~=null) then
MAME_DIR .. "src/devices/machine/fm_scsi.h",
}
end
---------------------------------------------------
--
--@src/devices/machine/archimedes_keyb.h,MACHINES["ARCHIMEDES_KEYB"] = true
---------------------------------------------------
if (MACHINES["ARCHIMEDES_KEYB"]~=null) then
files {
MAME_DIR .. "src/devices/machine/archimedes_keyb.cpp",
MAME_DIR .. "src/devices/machine/archimedes_keyb.h",
}
end

View File

@ -837,6 +837,7 @@ MACHINES["NS32082"] = true
MACHINES["BITMAP_PRINTER"] = true
MACHINES["NS32382"] = true
MACHINES["FM_SCSI"] = true
MACHINES["ARCHIMEDES_KEYB"] = true
--------------------------------------------------
-- specify available bus cores
@ -1704,8 +1705,6 @@ files {
createMESSProjects(_target, _subtarget, "acorn")
files {
MAME_DIR .. "src/mame/drivers/aa310.cpp",
MAME_DIR .. "src/mame/machine/archimedes_keyb.cpp",
MAME_DIR .. "src/mame/machine/archimedes_keyb.h",
MAME_DIR .. "src/mame/drivers/accomm.cpp",
MAME_DIR .. "src/mame/drivers/acrnsys1.cpp",
MAME_DIR .. "src/mame/drivers/acrnsys.cpp",