Search found 335 matches
- Fri Nov 18, 2005 2:14 pm
- Forum: NES Music
- Topic: More NSF Requests
- Replies: 3127
- Views: 1411192
- Thu Nov 17, 2005 6:27 pm
- Forum: NES Music
- Topic: More NSF Requests
- Replies: 3127
- Views: 1411192
Added Black Bass, The(unrequested), Formula One: Built To Win Added a fixed rip of Zelda 2. Some tracks had a bit of noise at the start if they have a high enough volume in the beginning. It's caused by writing non-zero values to 4015 too early(Zelda 2 does so twice, so I removed the first of the 2)...
- Wed Nov 16, 2005 6:25 pm
- Forum: NES Music
- Topic: More NSF Requests
- Replies: 3127
- Views: 1411192
I didn't hear the pops in Startropics 1, I fixed the last 4011 write needed for FCE Ultra in Startropics 2, and I can't figure out the track-switch problem with Kirby's adventure. It only happens if 4013 is written to, but I can't seem to track down the actual problem. Writing 00 to 4013 during init...
- Wed Nov 16, 2005 1:39 pm
- Forum: NES Music
- Topic: More NSF Requests
- Replies: 3127
- Views: 1411192
Thanks for the info. I updated the files with that info.
Ripped/Added Defenders of Dynatron City(and just added looping to additional songs...).
http://www.angelfire.com/nc/ugetab
Ripped/Added Defenders of Dynatron City(and just added looping to additional songs...).
http://www.angelfire.com/nc/ugetab
- Tue Nov 15, 2005 9:09 pm
- Forum: NES Music
- Topic: More NSF Requests
- Replies: 3127
- Views: 1411192
- Mon Nov 14, 2005 5:22 pm
- Forum: NES Music
- Topic: More NSF Requests
- Replies: 3127
- Views: 1411192
Added Frankenstein - The Monster Returns. It's possible that it has missing songs, because I used a pre-coded song selector(instead of direct referencing, like some tunes used) to handle the songs, which was much easier than deducing and programming a complete table of information. Ripped/Added Base...
- Mon Nov 14, 2005 12:17 am
- Forum: NES Music
- Topic: More NSF Requests
- Replies: 3127
- Views: 1411192
Because I'm no good at sports games, Abster will have to tell me if I found the missing bit of music for Bases Loaded 1. The remaining tracks all sounded like short sound effects to me, and I wanted to follow the caveats of NSF ripping. The new file has been uploaded. I'm glad the Eggerland fix was ...
- Sun Nov 13, 2005 2:03 pm
- Forum: NES Music
- Topic: More NSF Requests
- Replies: 3127
- Views: 1411192
I fixed Micky Mousecapades. 3 of the tunes were being put to memory, then being played from there. I really never expected that to happen. I added the missing tunes to Bugs Bunny Crazy Castle. I changed the code a bit, so it would play the first note of the new tunes. Ripped/added 'Anticipation'. Up...
- Fri Nov 11, 2005 10:05 pm
- Forum: NES Music
- Topic: More NSF Requests
- Replies: 3127
- Views: 1411192
It took a while, but I ripped 'Kid Klown'. I also have the idea of using the Memory Viewer, and pasting everything before the music area of memory from active game memory to the NSF memory(by using the Memory Viewer opening trick), at some point after any memory clearing is done. This would have mad...
- Fri Nov 11, 2005 4:30 pm
- Forum: NES Music
- Topic: More NSF Requests
- Replies: 3127
- Views: 1411192
GYMs are the 'old' format, since 3 days ago. Try VGMs(Rippable through Kega).
http://project2612.bandwidthmonkey.net
http://project2612.bandwidthmonkey.net
- Fri Nov 11, 2005 3:17 pm
- Forum: NES Music
- Topic: More NSF Requests
- Replies: 3127
- Views: 1411192
Sorry about that. I guess I was a bit too frugal with the banks I loaded. I think I'll go for bigger rips instead of possibly malfunctioning rips from now on. I don't think anybody would mind an extra 16k to 48k of extra size if the rip sounds right.
http://www.angelfire.com/nc/ugetab
http://www.angelfire.com/nc/ugetab
- Fri Nov 11, 2005 1:23 am
- Forum: NES Music
- Topic: More NSF Requests
- Replies: 3127
- Views: 1411192
That may be a bit more than I can handle organizing in my head... The title theme consists of these 2 codes: 9BB5 2F 9BBD 42 Using the second screen's music as the title screen requires these 2 codes: 9BB5 37 9BBD FF Using the third screen's music as the title screen requires these 2 codes: 9BB5 33 ...
- Wed Nov 09, 2005 9:37 pm
- Forum: NES Music
- Topic: More NSF Requests
- Replies: 3127
- Views: 1411192
Added Bases Loaded 3 with some unusual banking that I'm not entirely sure conforms with the NSF specifications(loads bits and pieces non-contiguously to reduce size)
http://www.angelfire.com/nc/ugetab
http://www.angelfire.com/nc/ugetab
- Wed Nov 09, 2005 10:55 am
- Forum: NES Music
- Topic: More NSF Requests
- Replies: 3127
- Views: 1411192
The Bases Loaded rip is with the other ones I made at http://www.angelfire.com/nc/ugetab/ I finally found the error in Bugs Bunny Crazy Castle, so that's up now as well. It just needed a lookup table address to be loaded on init. Also, in FCEUXDSP, to be able to use the Hex Viewer on an NSF file, lo...
- Wed Nov 09, 2005 12:17 am
- Forum: NES Music
- Topic: More NSF Requests
- Replies: 3127
- Views: 1411192
Well, even if I end up changing it back to the correct set of null values, it's so much easier to just set a break point on the init address, and 'step over' all the jsrs to see if any of them are leading to dead code, as has been happening with that Bases Loaded rip I was working on. Seems like I m...