Talk:MMC5 audio: Difference between revisions
From NESdev Wiki
Jump to navigationJump to search
No edit summary |
Rainwarrior (talk | contribs) m (formatting) |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
does the MMC5 DAC accept signed or unsigned samples? --Mukunda | does the MMC5 DAC accept signed or unsigned samples? --Mukunda | ||
:They're zero-terminated, so I'd strongly guess unsigned. --[[User:Tepples|Tepples]] 23:08, 20 February 2010 (UTC) | :They're zero-terminated, so I'd strongly guess unsigned. --[[User:Tepples|Tepples]] 23:08, 20 February 2010 (UTC) | ||
:It's unsigned. Works exactly like $4011 except it has 8 used bits instead of 7, and writing all bits 0 does not change the counter, though. -- [[User:Rainwarrior|Rainwarrior]] 19:56, 3 May 2012 (PDT) |
Latest revision as of 02:57, 4 May 2012
does the MMC5 DAC accept signed or unsigned samples? --Mukunda
- They're zero-terminated, so I'd strongly guess unsigned. --Tepples 23:08, 20 February 2010 (UTC)
- It's unsigned. Works exactly like $4011 except it has 8 used bits instead of 7, and writing all bits 0 does not change the counter, though. -- Rainwarrior 19:56, 3 May 2012 (PDT)