Search found 3 matches

by pmlt
Sun Jun 02, 2013 3:23 pm
Forum: NES Music
Topic: How do we add .bin Famitracker music into our prg code?
Replies: 8
Views: 4639

Re: How do we add .bin Famitracker music into our prg code?

Got it working! Here's what worked for me, in case anybody else had the same problem: First, I had to change the fifth byte of the iNES header to $02 instead of $01 (thanks Denine!) Second, I had to change my PRG code to the following (so that 0's get forcibly written from $8000 to my load address):...
by pmlt
Sat Jun 01, 2013 7:08 am
Forum: NES Music
Topic: How do we add .bin Famitracker music into our prg code?
Replies: 8
Views: 4639

Re: How do we add .bin Famitracker music into our prg code?

Why call beginning of file, when you know that you need to call Init?($AA55) I'm sorry, that was a copy-paste mistake on my part. I do execute "jsr $AA55" for the init phase, and I do enable vblank afterward, but still no music plays. How many PRG banks do you have in header, and are they...
by pmlt
Thu May 30, 2013 12:24 pm
Forum: NES Music
Topic: How do we add .bin Famitracker music into our prg code?
Replies: 8
Views: 4639

Re: How do we add .bin Famitracker music into our prg code?

Hello, I'm trying to do exactly the same thing as iexpress. I wrote small NES ROM in assembly, composed some music in Famitracker, and now I want to play that music within my ROM. I tries to follow the instructions I found here http://forums.nesdev.com/viewtopic.php?t=2026 and here http://forums.nes...