The problem is solved. Thanks jsr. Thank you very much indeed.
I contacted the operator for that issue on irc. Hopefully it will get solved.
Thanks once again
enigma
Search found 6 matches
- Tue Jul 20, 2010 5:11 am
- Forum: NES Music
- Topic: Problem with using 3 different nsf in 3 switchbank codes.
- Replies: 4
- Views: 3129
I tried but i am getting distortion in other sound. Also i write jsr InitMusic Inf: jmp inf InitMusic: lda #$00 ldx #$00 Clear_Sound: sta $4000,x inx cpx #$0F bne Clear_Sound lda #%00001111 STA $4015 lda #$C0 STA $4017 LDA SongNumber ; song number ldx #$0 ; 00 for NTSC or $01 for PAL jsr InitAddy ; ...
- Mon Jul 19, 2010 12:41 pm
- Forum: NES Music
- Topic: Problem with using 3 different nsf in 3 switchbank codes.
- Replies: 4
- Views: 3129
- Mon Jul 19, 2010 2:43 am
- Forum: NES Music
- Topic: Problem with using 3 different nsf in 3 switchbank codes.
- Replies: 4
- Views: 3129
Problem with using 3 different nsf in 3 switchbank codes.
Hi, I have to a nes file, wherein i have 3 different games and they re kept in switch bank. So now i want to include different kind of music for all 3 games. So how to do it ? I tried this -> i made music.nsf from famitracker and loaded the code at the desired address. So in my main code, i put thes...
- Thu Jun 24, 2010 12:42 am
- Forum: NES Music
- Topic: How To Use the FamiTracker Driver Source to make NSF Music F
- Replies: 7
- Views: 9037
How To Use the FamiTracker Driver Source to make NSF Music F
I asked about this topic to many people and also posted questions, but there is very little documentation about it. So i learned it how to do it with the help of jsr and miau in #nesdev irc channel. So i want to put up this thing so people can clarify their doubts. How To Use the FamiTracker Driver ...
- Wed Jun 23, 2010 3:31 am
- Forum: NES Music
- Topic: Help me with famitracker source driver
- Replies: 0
- Views: 1982
Help me with famitracker source driver
Hi, I made by music in famitracker and wanted to control the load address, so i exported the file as .bin and compiled it with ca65 using ca65 nsf_wrap.s -D INC_MUSIC ld65 -C nsf.cfg -o music.nsf nsf_wrap.o and also i set the following in nsf.cfg file -> MEMORY { ZP: start = $00, size = $100, type =...