I mistyped that, no S, should be RELOCATE. Sorry, I guess I was typing quickly; if you look above the previous post it said the exact same thing already though.
I mistyped that, no S, should be RELOCATE. Sorry, I guess I was typing quickly; if you look above the previous post it said the exact same thing already though.
yeah i understand that. sorry if im repeating myself, but i dont understand my mistake. i attached a few screencaps a few posts ago, and i just wanted to know if the RELCOATE=1 is in the right place, because even when i put it in there it still dosent work. if you could reference those and maybe see if theres an error?
i would try using an earlier version of fami to export the .bin, but none of the songs ive made are backwards compatible.
sorry to bump this thread so late. been really busy lately.
the error message i get when i try and run the build_nes file is as follows:
Compiling music.nes...
C:\Documents and Settings\shawn\Desktop\famisamples2013\BIN Export>del nes_wrap.
o
Could Not Find C:\Documents and Settings\shawn\Desktop\famisamples2013\BIN Expor
t\nes_wrap.o
C:\Documents and Settings\shawn\Desktop\famisamples2013\BIN Export>del music.nes
Could Not Find C:\Documents and Settings\shawn\Desktop\famisamples2013\BIN Expor
t\music.nes
C:\Documents and Settings\shawn\Desktop\famisamples2013\BIN Export>bin\ca65 nes_
wrap.s -D INC_MUSIC -D NES
nes_wrap.s(30): Error: Cannot open include file `driver.s': No such file or dire
ctory
C:\Documents and Settings\shawn\Desktop\famisamples2013\BIN Export>bin\ld65 -C n
es.cfg -o music.nes nes_wrap.o -m music_nes_map.txt
ld65.exe: Error: Input file `nes_wrap.o' not found
Press any key to continue . . .
Okay, so it's trying to build nes_wrap.s, and it can't find "driver.s".
To solve this problem, find "driver.s" and put it where nes_wrap.s can see it, or alternatively modify nes_wrap.s to tell it where to look for "driver.s".
ive attached a screencap of the root folder. i managed to finally make the .nes rom, however theres a few issues im running into, and the read me's arent that clear to me.
when i open the .nes file in an emulator (im using nestopia) i can only hear the 2 pulse channels along with triangle and noise. the dpcm and vrc6 are missing entirely.
im looking to write a small rom similar to your moon8, but am having a bit of trouble understanding how to use multiple .bins with expansion audio (every .bin im planning on using uses vrc6)
thanks for your patience and help with this. sorry if this isnt super clear as im still a total beginner.
If you want VRC6 audio you need to build the ROM for VRC6 (mapper 24), not NROM (mapper 0). I am not willing to write a tutorial on this here, as understanding mappers and banking is a lot more advanced.
Getting DPCM to play correctly involves putting the DPCM at the right location in the ROM. When you make the .bin export, in the export log in Famitracker it will tell you the DPCM address. Place your DPCM there by adjusting the address in the .cfg file.
Using multiple .bin files is also an advanced topic, so I can't really write a tutorial for it. If you can follow what I did in MOON8, great, but if not it may be better to pick an easier project to start with.