What's new

NGFX SoundBuilder and audio questions..

pierpa86

Professional
Joined
May 5, 2022
Messages
275
Reaction score
314
Location
Italia
Hi Guys,
I'm trying to work with this nice tool, but i dont understand addressing.
From default it start it 0x20 command on first track, but what if i need to start from 0x04 command ?
What about neogeo logo boot sound from 0x0002 ?
Any way to work on that address ?
Any way to change the index of command ?

1725289635619.png


1725289466831.png
 
For my hacks I just do
add.b #$20, sound_command
On the 68k side.
You'll have to modify the.z80 it produces if you want to change the fixed commands. It doesn't offer any options to change these otherwise.
 
For my hacks I just do
add.b #$20, sound_command
On the 68k side.
You'll have to modify the.z80 it produces if you want to change the fixed commands. It doesn't offer any options to change these otherwise.
I know its an hard question, you know how to decopile / modify m1 z80 code ?
 
For my hacks I just do
add.b #$20, sound_command
On the 68k side.
You'll have to modify the.z80 it produces if you want to change the fixed commands. It doesn't offer any options to change these otherwise.
Hello iq_132
I'm back to the question here and i'm afraid I didn't understand your explanation. :rolleyes:
Anyone know what is for asm and c header that you can generate in option ?
can they be used for this purpose perhaps?
 
Last edited:
I found 4 magic address in M1 rom after build it with NGFX tool, to start audio on different address like 004.
So at this point i think to do some pre pcm conversion.
Now is really simple.
 
Back
Top