I decided to write down the mapping of the bits, so I took a screenshot from the schematics and drew three rows of bits on it:
- Top row: the names of the DAC pins each resistor is connected to via traces on the DAC PCB. Since I don't have the schematics of the board, I only wrote down those pins that I could trace visually. The board is currently soldered into the ST so I can't look at the bottom at the moment.
- Middle row: the bits are numbered in such way that they can be fed to the DAC which means they are in normal order (0=least-significant, 3=most-significant).
- Bottom row: the bits as numbered by Atari, where bit 3 is actually the least-significant bit, while the remaining bits are order properly. This matches the resistor values: B3 has the highest resistance and thus is the least-significant (Atari did this to maintain compatibility with ST software that was not aware of the extra bit)
