Skip to content
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

Add EPSM sound expansion #391

Open
ghost opened this issue Sep 14, 2022 · 2 comments
Open

Add EPSM sound expansion #391

ghost opened this issue Sep 14, 2022 · 2 comments

Comments

@ghost
Copy link

ghost commented Sep 14, 2022

https://famistudio.org/

According to the FamiStudio, they modded the NES with EPSM sound expansion mod

@carmiker
Copy link

This is a fairly big ask. It's a rather complex Yamaha FM synthesizer with SSG support. I've emulated the SSG portion myself and ported the OPN portions Aaron Giles' amazing YMFM project to C, so I have some familiarity. However, the problem is integrating such code into Nestopia. The APU and more specifically the resampling methodology is extremely complex, and actually not even very high quality -- I am hoping to replace the internal resampler in order to pass APU tests that currently fail. When I do that I may look at the feasibility of adding yet another addon sound chip to Nestopia.

@MinecraftMario27
Copy link

MinecraftMario27 commented Dec 31, 2023

Actually, it's YMF288. Mesen-X is only the NES Emulator that plays EPSM/YMF288. YMF288/EPSM is the sound chip that has 3 Square Channels SSG, 6 FM Channels, 6 Drums. FamiStudio, NES Music Maker has EPSM audio expansion and FamiStudio has ROM export (.nes .fds). Similar to FamiTracker

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants