DENDYcompo II (My first NES program)

A place where you can keep others updated about your NES-related projects through screenshots, videos or information in general.

Moderator: Moderators

Post Reply
User avatar
Rubel
Posts: 11
Joined: Mon Sep 16, 2013 1:49 pm
Contact:

DENDYcompo II (My first NES program)

Post by Rubel »

Hello there!

I created the music compilation nes rom for 8bit neltabel 8081.

There are vrc6 (24 mapper), 3 tracks of 5 use additional music channels. Tracks switch by A/B or left/right also select+start activate glitch mode.
I used prg bankswitching because tracks have big size (tracks created on famitracker). One of them have 39kb, I make 3 part of them and switch when it played.

Image

Testing on famicom - video
Attachments
DCII-NTSC.nes
(160.02 KiB) Downloaded 603 times
Septr
Posts: 43
Joined: Fri Mar 08, 2013 12:19 am

Re: DENDYcompo II (My first NES program)

Post by Septr »

Sweet! Great job.
Track 5 is so excellent!

Care to share the source? :) I'm trying to work out how to increase my file size limits like you did. Vegaplay is awesome, but a bit limiting. You think this would work using the MMC5 mapper?
User avatar
Rubel
Posts: 11
Joined: Mon Sep 16, 2013 1:49 pm
Contact:

Re: DENDYcompo II (My first NES program)

Post by Rubel »

Thanks!
Track 5 is so excellent!
It's my favorite track too. I forgot playlist:

01. Nuclear Mushroom Boom - Summertime (my track)
02. Xenon Odyssey - Convoluted Culvert
03. bertfm - Dancing to Death
04. Harumi Makoto - Wonder Panorama
05. Please Lose Battle - Restrain from entering my bedroom
Care to share the source? :)
Maybe later. It's my first asm program and it have very bad code, I can send you pm maybe you understand something from this garbage :)
I'm trying to work out how to increase my file size limits like you did.
I just set timer for switch from part of track to next part.
You think this would work using the MMC5 mapper?
Yes but it need some changes. MMC5 have other method to switch PRG banks. Also you can choose PRG mode 2 (like VRC6):

CPU $8000-$BFFF: 16 KB - need for nsf's without DPCM
CPU $C000-$DFFF: 8 KB - DPCM samples
CPU $E000-$FFFF: 8 KB - main code
tepples
Posts: 22796
Joined: Sun Sep 19, 2004 11:12 pm
Location: NE Indiana, USA (NTSC)
Contact:

Re: DENDYcompo II (My first NES program)

Post by tepples »

Rubel wrote:Also you can choose PRG mode 2 (like VRC6):

CPU $8000-$BFFF: 16 KB - need for nsf's without DPCM
CPU $C000-$DFFF: 8 KB - DPCM samples
CPU $E000-$FFFF: 8 KB - main code
FME-7 (#69) can switch $8000, $A000, and $C000. A hack to FME-7 would just switch $8000 and $A000 together. Or you can design a custom MMC5 subset (as zzo38 did with a big-WRAM mapper) and have infiniteneslives make it on a CPLD for you.

Oh, and that Flintstones game hacked with Mario in it would explain a few things about the Super Mario World animated series... if only it were official.
User avatar
OneCrudeDude
Posts: 276
Joined: Fri Aug 23, 2013 2:14 am

Re: DENDYcompo II (My first NES program)

Post by OneCrudeDude »

This amazing, and like others said, I like track 5 the most! Are these all original compositions, or are some covers, as is the case with track 4 (apparently)?

God bless those Chinese pirates for making the Dendy, and in turn being responsible for inspiring the Russians to become among the best NES programmers, and god bless Yamauchi's soul for requesting the NES to be designed in a way that would warrant a profit at $100.
Post Reply