Rev 798 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 798 | Rev 800 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | [*] |
1 | [*] |
2 | ; unreal speccy configuration file |
2 | ; unreal speccy configuration file |
3 | 3 | ||
4 | UNREAL=0.38.4 ; make sure you don't have old INI version |
4 | UNREAL=0.39.0 ; make sure you don't have old INI version |
5 | 5 | ||
6 | 6 | ||
7 | [MISC] |
7 | [MISC] |
8 | ; give idle timeslices to other applications |
8 | ; give idle timeslices to other applications |
9 | ShareCPU=1 ; 1 - only for fast CPUs (incompatible with SoundDrv=none) |
9 | ShareCPU=1 ; 1 - only for fast CPUs (incompatible with SoundDrv=none) |
Line 379... | Line 379... | ||
379 | VolTab=default.YM ; volume table - any of VOLTAB.* |
379 | VolTab=default.YM ; volume table - any of VOLTAB.* |
380 | UseSamples=0 ; 0 - square tones, 1 - digital samples (low quality) |
380 | UseSamples=0 ; 0 - square tones, 1 - digital samples (low quality) |
381 | ; double-AY scheme: |
381 | ; double-AY scheme: |
382 | ; none - no soundchip |
382 | ; none - no soundchip |
383 | ; default - single AY/YM |
383 | ; default - single AY/YM |
- | 384 | ; FULLER - fuller box (single AY/YM) (0x3F, 0x5F) |
|
384 | ; PSEUDO - pseudo-turbo (one port for two devices + some phase shift) |
385 | ; PSEUDO - pseudo-turbo (one port for two devices + some phase shift) |
385 | ; QUADRO - pentagon 2nd AY on #AFFD,#EFFD |
386 | ; QUADRO - pentagon 2nd AY on #AFFD,#EFFD |
386 | ; POS - power of sound turbo-AY (bit 0 of port #1F) |
387 | ; POS - power of sound turbo-AY (bit 0 of port #1F) |
387 | ; CHRV - NedoPC turbo-sound (switch chip on selection reg #FE/FF) |
388 | ; CHRV - NedoPC turbo-sound (switch chip on selection reg #FE/FF) |
388 | Scheme=default;CHRV;default |
389 | Scheme=default;CHRV;default |