diff options
Diffstat (limited to 'scripts/src')
-rw-r--r-- | scripts/src/sound.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/src/sound.lua b/scripts/src/sound.lua index 91c5465f113..6de550d5dde 100644 --- a/scripts/src/sound.lua +++ b/scripts/src/sound.lua @@ -1170,8 +1170,8 @@ end --------------------------------------------------- -- Yamaha FM synthesizers --@src/devices/sound/ymopm.h,SOUNDS["YM2151"] = true ---@src/devices/sound/ymopm.h,SOUNDS["YM2414"] = true ---@src/devices/sound/ymopm.h,SOUNDS["YM3806"] = true +--@src/devices/sound/ymopz.h,SOUNDS["YM2414"] = true +--@src/devices/sound/ymopq.h,SOUNDS["YM3806"] = true --@src/devices/sound/ymopn.h,SOUNDS["YM2203"] = true --@src/devices/sound/ymopl.h,SOUNDS["YM2413"] = true --@src/devices/sound/ymopn.h,SOUNDS["YM2608"] = true |