MiSTer-devel / Atari800_MiSTer

Atari 800XL/65XE/130XE for MiSTer
Other
29 stars 21 forks source link

Software detects stereo support when dual POKEY option is disabled #25

Closed Thelypody closed 2 years ago

Thelypody commented 2 years ago

A 2007 homebrew game "Yoomp!" has support for dual POKEY stereo sound. During the initial loading it checks computer's hardware and displays a message in main menu regarding stereo support. Currently on MiSTer the game always reports "Stereo detected" regardless of value of dual POKEY option in core menu. On single POKEY machines the game is supposed to report "Stereo not detected" and disable stereo audio effects. Currently it's impossible to play it in true mono.

sorgelig commented 2 years ago

try this build Atari800.zip

Thelypody commented 2 years ago

New build seems to be working properly: the game now detects mono/stereo depending on dual POKEY option and adjusts its audio appropriately. Playing the game with mono soundtrack is now possible. Thanks!