Search found 45 matches
- Sat Apr 04, 2009 11:00 am
- Forum: NES Hardware and Flash Equipment
- Topic: NES Logic Levels
- Replies: 27
- Views: 11978
Let us know how it goes. There is a lot of stuff that is 3V. I wonder if the PPU would be the same? I did a pseudo-scientific test today. It seems to be working! I made up two versions of the same circuit. One used several logic gates and flip flops, and the other used a CPLD with the same parts co...
- Wed Mar 11, 2009 8:22 pm
- Forum: NES Hardware and Flash Equipment
- Topic: Clock Speeds
- Replies: 2
- Views: 2059
- Tue Mar 10, 2009 9:56 pm
- Forum: NES Hardware and Flash Equipment
- Topic: Clock Speeds
- Replies: 2
- Views: 2059
Clock Speeds
From what I've read, the PAL NES runs on a different clock speed than the NTSC counterpart and ends up executing instructions a little bit slower. I have two questions: 1) What is the external clock speed into the 2A07? 2) If #1 is less than 21.47727 MHz, why is there a whole different processor? I'...
- Tue Feb 17, 2009 7:51 pm
- Forum: NES Hardware and Flash Equipment
- Topic: NES Logic Levels
- Replies: 27
- Views: 11978
Wasn't part of the issue with the PowerPAK and the FPGA needed being expensive cause it was an older 5V type? Or am I mistaken? I'm looking at using some CPLDs that have 3.3V outputs and 5V tolerant inputs. As long as the 2A03 can see 3.3V as logic high then there is no problem with communication. ...
- Mon Feb 16, 2009 7:25 pm
- Forum: NES Hardware and Flash Equipment
- Topic: NES Logic Levels
- Replies: 27
- Views: 11978
- Sat Feb 14, 2009 10:55 pm
- Forum: NES Hardware and Flash Equipment
- Topic: NES Logic Levels
- Replies: 27
- Views: 11978
- Mon Jan 26, 2009 9:08 pm
- Forum: NES Music
- Topic: Preparing samples for PCM/DPCM
- Replies: 7
- Views: 7049
The first thing that I have to ask is what qualities you hear in the samples that you like. The samples I've heard in games tend to be all over the place in terms of quality. Sometimes they're layered with noise to fake better high frequencies (like the sweeeet snare drum in the first track of Ninja...
- Mon Jan 26, 2009 7:57 pm
- Forum: NES Music
- Topic: Some information about DPCM
- Replies: 4
- Views: 4360
- Sun Jan 25, 2009 1:33 pm
- Forum: NES Music
- Topic: Some information about DPCM
- Replies: 4
- Views: 4360
Some information about DPCM
I put together this blog post that may be helpful to some in understanding 1-bit DPCM. When I was learning about it originally I had some problems finding illustrations of what was going on.
Here it is.
Here it is.
- Thu Jan 15, 2009 7:47 pm
- Forum: NESdev
- Topic: Hardware 2A03 Programming
- Replies: 2
- Views: 2295
Hardware 2A03 Programming
I keep running into these really simple clarifications that I don't find answers for anywhere else. Someone here always seems to know what's up. I'm trying to get a better handle on programming a 2A03 from scratch. I like to understand everything completely before I start changing things. From what ...
- Sun Jan 04, 2009 4:45 pm
- Forum: NES Hardware and Flash Equipment
- Topic: NES Logic Levels
- Replies: 27
- Views: 11978
- Sun Jan 04, 2009 2:59 pm
- Forum: NES Hardware and Flash Equipment
- Topic: NES Logic Levels
- Replies: 27
- Views: 11978
- Sun Jan 04, 2009 12:41 pm
- Forum: NES Hardware and Flash Equipment
- Topic: NES Logic Levels
- Replies: 27
- Views: 11978
NES Logic Levels
This is a pretty simple question. What is the threshold voltage for what the 2A03 sees as a logic high coming in?
Re: Vibrato
but the sound engine has that nasty retrigger any time the upper 4 frequency bits update. I'm not familiar with this side effect( not vibrato, I know what that is). You get some sort of unwanted sound artifact when updating the period system at a higher rate or something? Oops, I meant upper 3 freq...
Vibrato
How do most games go about getting vibrato on the square wave channels? Is it alternating up/down sweeps? Originally I was just planning to modulate the pitch manually, but the sound engine has that nasty retrigger any time the upper 4 frequency bits update. I was thinking careful programming of the...