Search found 3 matches

by rebb
Sat Nov 21, 2015 7:37 am
Forum: GBDev
Topic: Carillon player example not working
Replies: 3
Views: 3443

Re: Carillon player example not working

Found the reason it did not work. If i run rgbfix -v it makes rom that does not work. If i run the rom after linker it works fine. Have to test on real machine too. But anyway, thanks a ton for your tips crazyjoe. edit: Cannot make it work on real thing, it works on emulator if i don't do rgbfix. Bu...
by rebb
Sat Nov 21, 2015 4:14 am
Forum: GBDev
Topic: Carillon player example not working
Replies: 3
Views: 3443

Re: Carillon player example not working

Thanks for your reply! Tried both suggestions, but still no luck. Makes me think that there is something wrong with either the code or compiling and making the actual rom file. Made package that has compiled .gb file that has tune extracted from .gb file as you suggested and example1.s player compil...
by rebb
Tue Nov 17, 2015 4:41 pm
Forum: GBDev
Topic: Carillon player example not working
Replies: 3
Views: 3443

Carillon player example not working

Hello folks, I am really newbie to Gameboy development so probably stupid questions. Trying to compile example1.asm from Carillon Editor to play tune on gb. I setted up RGBDS on osx and after adding missing EQU's to source it compiles just fine. But no sound from rom file it produces. I compile/link...