Re: [hatari-users] PSG/microphone volume (Falcon) |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-users Archives
]
- To: Jo Even Skarstein <joska@xxxxxxxxx>
- Subject: Re: [hatari-users] PSG/microphone volume (Falcon)
- From: Thomas Huth <th.huth@xxxxxxxxx>
- Date: Wed, 10 Jun 2020 21:42:45 +0200
- Cc: hatari-users@xxxxxxxxxxxxxxxxxxx, laurent.sallafranque@xxxxxxx
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.de; s=2017; t=1591818168; bh=tdVvjbQoBj6cDOF7qu0EhiNoBHEEPQYbL5HUItcv208=; h=Date:From:To:Cc:Subject:From; b=bOw+UuwLTbMu2eiVsvfSTiNTHjGdYpvkLUab8S7NFfRmr01w1A8KJnHO6BzRu06G1 ar4pDTXhuWbhU7PvUwP1JXYjaFhvJpHbBv75q0aMqs/+Y8VIHQZ+Xfc916eGv8+cqN RvLcIUMavGNulZpgZ1PEXyeb4s9oHQ7rb32ti3oGLTAjEmydh15oTbt709QOh82X1W d5lIhJOQP5sV+AuJZYGZZMcNh6u1VAac/s5p8GTfwy+zDhP5QLr1wDrwIAumATQSVA UKq8SISODRqgG5PvnU6MEcP2OoUxg6lFcUY+W38SdnJj5Jc8A4T7c8E++AO2Kz1d6e cuA+xU6brloaw==
Am Wed, 10 Jun 2020 20:50:24 +0200
schrieb Jo Even Skarstein <joska@xxxxxxxxx>:
> Hi,
>
> Is the PSG/microphone input volume correctly handled? I'm working on a
> project which use this, and while it's working correctly on a real
> Falcon it seems to be ignored on Hatari (2.2.1, Linux).
>
> I'm talking about the $ff8939/$ff893c registers.
Looking at Crossbar_InputAmp_WriteByte() which handles ff8939 it seems
that there is some code in place to handle this. But
Crossbar_CodecStatus_WriteWord() which handles ff893c does not seem to
do anything ... maybe Laurent knows more?
Thomas