diff options
author | 2021-05-24 13:42:20 +0200 | |
---|---|---|
committer | 2021-05-24 13:42:20 +0200 | |
commit | 681b9c9675e512b8ea2761fc48d7d2ab9882162f (patch) | |
tree | daeb026e7a14e3648bcd146da034a843d08f42af /scripts/src | |
parent | f6f29341db63b5db5e0cc36d14491daa40ac3958 (diff) |
ymtx81z: leave lcd color up to the (internal)artwork
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 |