OKI MSM6258V sound programming question

Started by GHo0ST, October 04, 2022, 06:29:55 AM

Previous topic - Next topic

GHo0ST

I'm working on a small something as a way to learn assembly programming, mostly following chibiakumas tutorials. I've gotten to the point where I want to add in some sound effects using the PCM chip, but the only documentation that I've seen that has some sort of example is in the Inside X68000 book. Does anyone have any further info or examples on how to use this chip?

kamiboy

There are these sound libraries that some games use. I believe they come with documentation and stuff, might have PCM playback examples. But then again, they are libraries so you won't learn how the chip works, just how to use it via a library.

FedericoTech

Hi there,
I'm been researching the X68K for a couple of years now.

I did a tutorial explaining how to convert a Wav file into a ADPCM format compatible with X68k.

https://federicotech.wordpress.com/2023/06/09/x68000-programming-chapter-5-playing-digital-sound/

I'm still investigating how to do FM sound. I have a draft of it.