Help with GB Carillonplayer - no sound
category: code [glöplog]
Tried few GB dev forums, but no luck so far.
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/fix with following:
rgbasm -o example1.o example1.asm
rgblink -o baz.gb example1.o
rgbfix -v baz.gb
As test tune i used fruitless from Carillon package, which i first splitted with carillon.exe tool. Any obvious mistakes i am making here?
If i export same tune as .gb from carillon.exe tool it works.
Code:
http://pastebin.com/qww9mzrq
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/fix with following:
rgbasm -o example1.o example1.asm
rgblink -o baz.gb example1.o
rgbfix -v baz.gb
As test tune i used fruitless from Carillon package, which i first splitted with carillon.exe tool. Any obvious mistakes i am making here?
If i export same tune as .gb from carillon.exe tool it works.
Code:
http://pastebin.com/qww9mzrq
have you enabled LCD and interrupts?