mirror of
https://github.com/holub/mame
synced 2025-04-23 08:49:55 +03:00
move to proper place (nw)
This commit is contained in:
parent
c1323da434
commit
8e58d4099c
@ -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
|
||||
|
@ -260,6 +260,7 @@ SOUNDS["AC97"] = true
|
||||
SOUNDS["ES1373"] = true
|
||||
SOUNDS["L7A1045"] = true
|
||||
SOUNDS["AD1848"] = true
|
||||
--SOUNDS["UPD1771"] = true
|
||||
|
||||
--------------------------------------------------
|
||||
-- specify available video cores
|
||||
|
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user