In the News

TCTD Links for 2010-08-30

In the News

TCTD Links for 2010-08-10

Chipmusic • resources • software

Flash player for NSF

P1XL Games has created a NSF player for Flash 10. It’s currently feature lacking, but has the essentials, and it is in active development.

It was developed using Blargg’s NES music emulation C libraries, a little AS3 glue code and some Adobe Alchemy.

Check it out.

This post was submitted by Sam Washburn.

Chipmusic

Some times the Coolest stuff is at the edges..

Via NESDEV

I’ve been playing around with the concept of using the 2C02 PPU hum intentionally.

B00daW: So far I’ve created a flickering BG0 test ROM that yields no noise. I’ve also used NO CARRIER’s GlitchNES; then modified it so that the APU and all channels are turned on. All I get is a small pop when the APU turns on and a click when the NES is shut off.
Does anyone have any idea about which part of the PPU would be producing the hum and what would be done to purposefully make the hum? (Speaking strictly via software that is.)
Furthermore, what frequencies are achieved and are they consistent?
I’ll be messing about with this a bit further

blargg: Haha, great idea. Hours later, here’s a demo that plays the first few notes of the SMB theme through the PPU. Run on a NES and plug your audio RCA cable into the VIDEO output to hear (turn down volume first, as the buzz is kind of loud).

ppu_tune.zip with NES ROM and ca65 source

I got side-tracked trying to play 6-bit PCM out of the PPU (couldn’t get the output levels to match what they should have). I did get 3-bit PCM working, but lack the RAM on my devcart to put any decent-length sample on it. Had to settle for a simple square wave. It just plays it by loading the palette with black and white, and toggling between the two entries by changing the PPU address (with rendering disabled). Connect NES normally to “see” the waveforms on screen.

ppu_tune