Discussion about software development for the old-school Gameboys, ranging from the "Gray brick" to Gameboy Color
(Launched in 2008)
You are not logged in.
Hi everyone ! I recently begin the development of a little software that just play some random sound when I push on directional key.
It works perfectly on virtual boy, but when I try it on my EMS USB smart card, there is no sound. But I can here a little noise that shows sound is enable.
I tried on my GB dmg and GBA sp.
Sound works perfectly with other games (LSDJ Tetris...)
Here is the rom and source code : http://www.mediafire.com/download/3wpkb … dsound.rar
Thank you.
Offline
sorry i don't know allot about sound on the gameboy but
there is no sound on my emulator bgb
Offline
Please, don't use Virtual Boy... Use one of:
-BGB: http://bgb.bircd.org/
-Gambatte: http://sourceforge.net/projects/gambatte/
-VBA-M: http://vba-m.com/
Offline
Thanks for advice. I tried BGB and I have no sounds either. This is my first homebrew so maybe there is something that I missed.
Offline
Cheers Nozban that sample really helped me, as I couldn't get the sound.c example to compile. To help you if you haven't already figured it out, it seems you have to set the NR52_REG first, before setting the volume and stuff. That made it work with the bgb emulator for me anyway.
Thanks
ERik
Last edited by humbleTUNE (2014-08-24 06:56:57)
Offline
Use GBT Player. It is very easy to use and you can create music very fast.
You can also create and reproduce a lot of FX
https://github.com/AntonioND/gbt-player
Last edited by Mills (2014-08-26 11:11:30)
Offline
Thank you very much Erik, I hadn't already fixed it and now it works.
Offline
Thanks Mills, that's not what I'm searching for my project but it seem to be interesting. I wanna try it.
Offline