dciabrin / ngdevkit

Open source development for Neo-Geo
GNU Lesser General Public License v3.0
262 stars 26 forks source link

Playing sound and music #16

Closed totologic closed 3 years ago

totologic commented 5 years ago

Hi.

Does the kit include a solution to play sounds and music ?

I made a demo using the NeoSound Z80 driver by Jeff Kurtz. iI works fine on MAME but it still stays mute on the real hardware.

Any idea why ? :)

dciabrin commented 5 years ago

Hey

Does the kit include a solution to play sounds and music ?

Not yet unfortunately... although as a part of the solution, I provide sdcc as a z80 assembler and z80 C compiler, so my plan is to ultimately provide an open source mod player or something.

I made a demo using the NeoSound Z80 driver by Jeff Kurtz. iI works fine on MAME but it still stays mute on the real hardware.

Any idea why ? :)

I'm afraid not :(

totologic commented 5 years ago

Fixed when truncated properly the S file as explained in #14