Talk:MMC5 audio: Difference between revisions
From NESdev Wiki
Jump to navigationJump to search
No edit summary |
Rainwarrior (talk | contribs) (yes PCM is unsigned) |
||
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. Writing all bits 0 is ignored. [[User:Rainwarrior|Rainwarrior]] 19:56, 3 May 2012 (PDT) |
Revision as of 02:56, 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. Writing all bits 0 is ignored. Rainwarrior 19:56, 3 May 2012 (PDT)