Zlika / theodore

Libretro core for Thomson MO/TO emulation / Core Libretro pour l'émulation des ordinateurs Thomson MO/TO.
GNU General Public License v3.0
16 stars 24 forks source link

TOx - No Sound in Yeti - Pulsar - Eliminator (Loriciels) games #8

Closed MaRvIn054 closed 5 years ago

MaRvIn054 commented 5 years ago

Hello, first, hats off for this awsome project. I was thinking about something similar, and I found your work which exactly meets my needs. I've implemented your Theodore core in my arcade cabinet powered by a Raspberry pi running Retropie. I think I've found a bug in the TO8 flavor, the Loriciels Hits (Yéti, Pulsar, Eliminator) have no sound in games. Interestingly, the MO5 versions of the games do have sound. Tested under DCMOTO, I can hear sound in TO8 for those games. Maybe something not emulated properly on TO flavors? I could help to debug this issue but I'm not sure where to start... Again, big thanks for this great project 👍

Best Regards, MaRvIn054.

Zlika commented 5 years ago

Problem fixed. These games use a really weird way of producing sound: instead of writing the sound sample in the required register, they use another register to mute/unmute the audio output. And Theodore wasn't emulating this mute feature. Thanks for reporting this issue.