POKEY: implement two-tone mode effect

This commit is contained in:
tildearrow 2023-06-20 14:43:20 -05:00
parent 4521cbfb4f
commit c777d699d2
4 changed files with 20 additions and 3 deletions

View file

@ -32,3 +32,6 @@ a sound and input chip developed by Atari for their 8-bit computers (Atari 400,
- filtered output on channel 2 (I suggest you to set channel 4 volume to 0).
- use for PWM effects (not automatic!).
- bit 0: 15KHz mode.
- 12xx: toggle two-tone mode.
- when enabled, channel 2 modulates channel 1. I don't know how, but it does.
- only on ASAP core.