Search found 4 matches
- Tue May 10, 2005 8:14 pm
- Forum: NESdev
- Topic: Sound Output
- Replies: 3
- Views: 4543
- 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.
- Tue May 10, 2005 3:35 pm
- Forum: NESdev
- Topic: Fun with sprites
- Replies: 5
- Views: 5965
- 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...