
<nl> ::= '\n'
<character> ::= '\0x00' ... '\0xFF'
<anytext> ::= <character> ...

<CommentLine> ::= '#' <anytext> <nl> | <EmptyLine>

[...]

<BitsPerSample> ::= 'BitsPerSample=8' | 'BitsPerSample=16'
<MixingFrequency> ::= 'MixingFrequency=11025' |
                      'MixingFrequency=22050' |
	              'MixingFrequency='

WTF.


BitsPerSample={8,16}
MixingFrequency={11025,22050,44100}
OutMode={Mono,Stereo,SurroundStereo}
CenteredAutoPan={on,off}

BufferFrag=16
BufferFragSize=12

ClockSpeed={PAL,NTSC}
PlaySIDComp={on,off}
FilterEmulation={on,off}
ForceSSCS={on,off}

SIDModel={6510,8580}
