diff options
Diffstat (limited to 'src/devices/sound/swp30.cpp')
| -rw-r--r-- | src/devices/sound/swp30.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/devices/sound/swp30.cpp b/src/devices/sound/swp30.cpp index 5e31042902d..db7c8f43569 100644 --- a/src/devices/sound/swp30.cpp +++ b/src/devices/sound/swp30.cpp @@ -88,11 +88,11 @@ // // Memory map in rough numerical order with block indications // -// cccccc 000000 AMW2/IIR mmmm .aaa aaaa aaaa Filter 1 mode and main parameter -// cccccc 000001 AMW2/IIR .xxx xxxx uuuu uuuu Bypass level -// cccccc 000010 AMW2/IIR .... .ccc cccc cccc Filter 2 mode and main parameter -// cccccc 000011 AMW2/IIR .... .... vvvv vvvv Post-filter level -// cccccc 000100 AMW2/IIR bbbb b... .... .... Filters second parameter +// cccccc 000000 AMW2/Filters mmmm .aaa aaaa aaaa Filter 1 mode and main parameter +// cccccc 000001 AMW2/Filters .xxx xxxx uuuu uuuu Bypass/dry level +// cccccc 000010 AMW2/Filters .... .ccc cccc cccc Filter 2 mode and main parameter +// cccccc 000011 AMW2/Filters .... .... vvvv vvvv Post-filter level +// cccccc 000100 AMW2/Filters bbbb b... .... .... Filters second parameter // cccccc 000101 AWM2/LFO .... .... .aaa aaaa LFO amplitude depth // cccccc 000110 AWM2/Envelope ssss ssss iiii iiii Attack speed and start volume |
