From ded91ac888b1f375a103d68060bb11a0dfa8c7df Mon Sep 17 00:00:00 2001 From: Olivier Galibert Date: Sun, 26 Jun 2016 11:27:04 +0200 Subject: ym2151: Isolate, objectify, integrate [O. Galibert] --- scripts/src/sound.lua | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'scripts/src') diff --git a/scripts/src/sound.lua b/scripts/src/sound.lua index 2c54bf7f0f6..a1f797f1221 100644 --- a/scripts/src/sound.lua +++ b/scripts/src/sound.lua @@ -1130,7 +1130,7 @@ 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/2608intf.h,SOUNDS["YM2608"] = 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", } -- cgit v1.2.3-70-g09d2