nfg.forums

NFG Forums => SIG X68000 => Topic started by: GHo0ST on October 04, 2022, 06:29:55 AM

Title: OKI MSM6258V sound programming question
Post by: GHo0ST on October 04, 2022, 06:29:55 AM
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?
Title: Re: OKI MSM6258V sound programming question
Post by: kamiboy on October 06, 2022, 07:08:55 PM
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.
Title: Re: OKI MSM6258V sound programming question
Post by: FedericoTech on September 11, 2023, 03:28:24 AM
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/ (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.