move to proper place (nw)

This commit is contained in:
Miodrag Milanovic 2016-04-28 20:40:17 +02:00
parent c1323da434
commit 8e58d4099c
3 changed files with 14 additions and 3 deletions

View File

@ -1343,3 +1343,15 @@ if (SOUNDS["AD1848"]~=null) then
MAME_DIR .. "src/devices/sound/ad1848.h",
}
end
---------------------------------------------------
-- UPD1771
--@src/devices/sound/upd1771.h,SOUNDS["UPD1771"] = true
---------------------------------------------------
if (SOUNDS["UPD1771"]~=null) then
files {
MAME_DIR .. "src/devices/sound/upd1771.cpp",
MAME_DIR .. "src/devices/sound/upd1771.h",
}
end

View File

@ -260,6 +260,7 @@ SOUNDS["AC97"] = true
SOUNDS["ES1373"] = true
SOUNDS["L7A1045"] = true
SOUNDS["AD1848"] = true
--SOUNDS["UPD1771"] = true
--------------------------------------------------
-- specify available video cores

View File

@ -257,7 +257,7 @@ SOUNDS["T6721A"] = true
SOUNDS["MOS7360"] = true
SOUNDS["ESQPUMP"] = true
SOUNDS["VRC6"] = true
SOUNDS["UPD1771"] = true
--------------------------------------------------
-- specify available video cores
--------------------------------------------------
@ -1678,8 +1678,6 @@ files {
MAME_DIR .. "src/mame/includes/gamepock.h",
MAME_DIR .. "src/mame/machine/gamepock.cpp",
MAME_DIR .. "src/mame/drivers/scv.cpp",
MAME_DIR .. "src/devices/sound/upd1771.cpp",
MAME_DIR .. "src/devices/sound/upd1771.h",
}
createMESSProjects(_target, _subtarget, "epson")