forked from r-type/libretro-atari800
-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Latest available Atari800 core has sound issues #96
Comments
cmitu
referenced
this issue
Jun 25, 2024
Before this commit I got a compilation error about type mismatch between short int * and unsigned char *. To keep the buffer size intact, I double the number of elements since char is usually half the size of short int. Co-authored-by: Piotr Paweł Stefaniak <[email protected]>
cmitu
added a commit
to cmitu/RetroPie-Setup
that referenced
this issue
Jul 5, 2024
A buildfix patch [1] has been commited recently, but it introduced a regression [2]. Use the patch from [3] to replace the buildfix patch, since it has no side effects, until the libretro repository patches the issue. [1] libretro/libretro-atari800#92 [2] libretro/libretro-atari800#96, https://retropie.org.uk/forum/topic/35513/ [3] libretro/libretro-atari800#95
Same with windows x64 my old install of retroarch and a800 seem ok slight sound distortion but acceptable. Latest retroarch and a800 core a complete mess unusable audio |
twojstaryzdomu
pushed a commit
to twojstaryzdomu/RetroPie-Setup
that referenced
this issue
Dec 15, 2024
A buildfix patch [1] has been commited recently, but it introduced a regression [2]. Use the patch from [3] to replace the buildfix patch, since it has no side effects, until the libretro repository patches the issue. [1] libretro/libretro-atari800#92 [2] libretro/libretro-atari800#96, https://retropie.org.uk/forum/topic/35513/ [3] libretro/libretro-atari800#95
twojstaryzdomu
pushed a commit
to twojstaryzdomu/RetroPie-Setup
that referenced
this issue
Dec 15, 2024
A buildfix patch [1] has been commited recently, but it introduced a regression [2]. Use the patch from [3] to replace the buildfix patch, since it has no side effects, until the libretro repository patches the issue. [1] libretro/libretro-atari800#92 [2] libretro/libretro-atari800#96, https://retropie.org.uk/forum/topic/35513/ [3] libretro/libretro-atari800#95
twojstaryzdomu
pushed a commit
to twojstaryzdomu/RetroPie-Setup
that referenced
this issue
Dec 15, 2024
A buildfix patch [1] has been commited recently, but it introduced a regression [2]. Use the patch from [3] to replace the buildfix patch, since it has no side effects, until the libretro repository patches the issue. [1] libretro/libretro-atari800#92 [2] libretro/libretro-atari800#96, https://retropie.org.uk/forum/topic/35513/ [3] libretro/libretro-atari800#95
twojstaryzdomu
pushed a commit
to twojstaryzdomu/RetroPie-Setup
that referenced
this issue
Dec 15, 2024
A buildfix patch [1] has been commited recently, but it introduced a regression [2]. Use the patch from [3] to replace the buildfix patch, since it has no side effects, until the libretro repository patches the issue. [1] libretro/libretro-atari800#92 [2] libretro/libretro-atari800#96, https://retropie.org.uk/forum/topic/35513/ [3] libretro/libretro-atari800#95
twojstaryzdomu
pushed a commit
to twojstaryzdomu/RetroPie-Setup
that referenced
this issue
Dec 15, 2024
A buildfix patch [1] has been commited recently, but it introduced a regression [2]. Use the patch from [3] to replace the buildfix patch, since it has no side effects, until the libretro repository patches the issue. [1] libretro/libretro-atari800#92 [2] libretro/libretro-atari800#96, https://retropie.org.uk/forum/topic/35513/ [3] libretro/libretro-atari800#95
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
On Android and iOS, Atari games using the Atari800 core have no / distorted sound.
Investigated, turns out that the latest Atari800 core version (Atari800 3.1.0 8bfa3b8) has the sound issue.
On Android I could revert back to a previous core (Atari800 3.1.0 20d59af) which works perfectly with sound for all Atari games. On iOS the Atari800 core is within the install package and can't be changed as far as I know.
Can this be looked at / update the core to the latest 5.2 version Android / iOS?
The text was updated successfully, but these errors were encountered: