diff options
author | 2016-06-26 11:27:04 +0200 | |
---|---|---|
committer | 2016-06-29 19:26:10 +0200 | |
commit | ded91ac888b1f375a103d68060bb11a0dfa8c7df (patch) | |
tree | 42a91da2be496ffe4770ec0e9086f3190c2e51c8 /scripts/src | |
parent | 9bfcb7504dd1a1647df55a0860a3766299ece94c (diff) |
ym2151: Isolate, objectify, integrate [O. Galibert]
Diffstat (limited to 'scripts/src')
-rw-r--r-- | scripts/src/sound.lua | 4 |
1 files changed, 1 insertions, 3 deletions
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", } |