Search found 2 matches

by venge
Mon Aug 11, 2014 1:19 am
Forum: GBDev
Topic: Question about Channel 3 Waveform
Replies: 2
Views: 3121

Re: Question about Channel 3 Waveform

oh, hello. Make sure you calculate the frequency as 65536/(2048-x) Hz where x represents Bits 0-2 of NR34. Actually, at channel INIT I was grabbing NR34 bits 2-0, and all bits of NR33, OR them to get 11bit frequency, subtract them from 2048 and multiply the result with 2. Then compare it with cpu cy...
by venge
Sun Aug 10, 2014 5:04 am
Forum: GBDev
Topic: Question about Channel 3 Waveform
Replies: 2
Views: 3121

Question about Channel 3 Waveform

Hi, I managed to get the two square channels in my emulator play correctly. Now I'm in the process of creating the channel 3, but I think I'm really stuck. In Blargg's "Game Boy Sound Operation" at "Wave Channel" it says: The wave channel's frequency timer period is set to (2048-...