diff options
author | 2016-07-27 19:22:36 +1000 | |
---|---|---|
committer | 2016-07-27 19:22:36 +1000 | |
commit | 1c2ea023367ddbd15adeecefa7f425eb1eb5ef4a (patch) | |
tree | 546d084fbaf1c21457ba408706a5b74d886f766c /docs/release/scripts/src/sound.lua | |
parent | 437eeecc020c81384491dc193bf85a8ed5994b56 (diff) |
0.176 Release Fileshbmame176
Diffstat (limited to 'docs/release/scripts/src/sound.lua')
-rw-r--r-- | docs/release/scripts/src/sound.lua | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/docs/release/scripts/src/sound.lua b/docs/release/scripts/src/sound.lua index 2c54bf7f0f6..bf1e87ebc7e 100644 --- a/docs/release/scripts/src/sound.lua +++ b/docs/release/scripts/src/sound.lua @@ -1130,9 +1130,9 @@ end --------------------------------------------------- -- Yamaha FM synthesizers ---@src/devices/sound/2151intf.h,SOUNDS["YM2151"] = true +--@src/devices/sound/ym2151.h,SOUNDS["YM2151"] = true --@src/devices/sound/2203intf.h,SOUNDS["YM2203"] = true ---@src/devices/sound/2413intf.h,SOUNDS["YM2413"] = true +--@src/devices/sound/ym2413.h,SOUNDS["YM2413"] = true --@src/devices/sound/2608intf.h,SOUNDS["YM2608"] = true --@src/devices/sound/2610intf.h,SOUNDS["YM2610"] = true --@src/devices/sound/2612intf.h,SOUNDS["YM2612"] = true @@ -1147,8 +1147,6 @@ end if (SOUNDS["YM2151"]~=null) then files { - MAME_DIR .. "src/devices/sound/2151intf.cpp", - MAME_DIR .. "src/devices/sound/2151intf.h", MAME_DIR .. "src/devices/sound/ym2151.cpp", MAME_DIR .. "src/devices/sound/ym2151.h", } @@ -1156,8 +1154,6 @@ end if (SOUNDS["YM2413"]~=null) then files { - MAME_DIR .. "src/devices/sound/2413intf.cpp", - MAME_DIR .. "src/devices/sound/2413intf.h", MAME_DIR .. "src/devices/sound/ym2413.cpp", MAME_DIR .. "src/devices/sound/ym2413.h", } |