Search found 4 matches

by SkyRender
Tue May 10, 2005 8:14 pm
Forum: NESdev
Topic: Sound Output
Replies: 3
Views: 4543

I guess what I'm trying to ask is "how do I play music?", or "how do I play a sound effect?" I'm not trying to do anything overly complicated here. Thanks for you help so far.
by SkyRender
Tue May 10, 2005 3:40 pm
Forum: NESdev
Topic: Sound Output
Replies: 3
Views: 4543

Sound Output

Is anyone familiar with a simple way of doing sound output on the NES? What I'd like is a way to implement music or sound effects. All the docs I've found on the 'net are in japanese, so I'm kind of in the dark here.
by SkyRender
Tue May 10, 2005 3:35 pm
Forum: NESdev
Topic: Fun with sprites
Replies: 5
Views: 5965

Thanks for the help! I'm not too good at the DMA stuff, but I guess it is pretty simple just to store the sprite states in the main memory.
by SkyRender
Thu May 05, 2005 12:16 am
Forum: NESdev
Topic: Fun with sprites
Replies: 5
Views: 5965

Fun with sprites

Hi everyone. I'm learning nesasm, and I'm trying to do some fancy stuff with sprites. Is there any way in which I can READ from the sprite memory to see the state of each sprite, or am I limited to only writing to a sprite memory location? It seems a bit redundant to store the state of each sprite i...