megatron-uk / x68klauncher

Game launcher and browser for the Sharp X68000 and Human68k
GNU General Public License v2.0
8 stars 3 forks source link

Music / ADPCM sound playback routines ? #2

Open gameblabla opened 3 years ago

gameblabla commented 3 years ago

Hello, not sure if this is the right place for that but given that your repo also has the code that you posted here, thought i would ask : )

Any idea on how games playback music ? I think they use the mdxdrv TSR for that but from what i recall, it doesn't do everything either. I've played around with some of your code a little and came up with this : https://github.com/gameblabla/x68000_playground

Still looking for something callable from C. (Pretty much no source code is available for the X68000 and the Doom source port doesn't have any sound support either)

Besides, your launcher could perhaps use some music, hmm ? :eyes:

megatron-uk commented 3 years ago

Sorry, can't say I've looked at any audio code.

It would be nice to have something play in the background but I've not looked at anything yet.

gameblabla commented 3 years ago

Well good luck finding anything audio related, i've tried xox... It seems that the only code that's out there for playing MDX tunes is https://github.com/gaolay/MMDSP but that's fully written in m68k assembly.