Talk:Standard controller: Difference between revisions
From NESdev Wiki
Jump to navigationJump to search
(AXLR0000 11111111 11111111 ...) |
No edit summary |
||
Line 4: | Line 4: | ||
It says "all subsequent reads will return D=1 on an authentic controller but may return D=0 on third party controllers", and what happen on Super Nintendo controllers? --[[User:Zzo38|Zzo38]] 17:50, 27 September 2012 (MDT) | It says "all subsequent reads will return D=1 on an authentic controller but may return D=0 on third party controllers", and what happen on Super Nintendo controllers? --[[User:Zzo38|Zzo38]] 17:50, 27 September 2012 (MDT) | ||
:After the first eight bits, the Super NES controller returns A, X, L, R, four zero bits, then all 1. --[[Special:Contributions/98.226.71.46|98.226.71.46]] 18:22, 27 September 2012 (MDT) | :After the first eight bits, the Super NES controller returns A, X, L, R, four zero bits, then all 1. --[[Special:Contributions/98.226.71.46|98.226.71.46]] 18:22, 27 September 2012 (MDT) | ||
Official controllers have the correct 8 bits, then all 1s. Couldn't you detect the absence of a bit deletion by seeing if the 8th bit is 0 and the 9th bit is 1? This only works while right is not pressed, but ... —[[User:Lidnariq|Lidnariq]] ([[User talk:Lidnariq|talk]]) 12:12, 8 February 2013 (MST) |
Revision as of 19:12, 8 February 2013
How to do microphone? --Zzo38 19:18, 16 September 2012 (MDT)
- Nevermind I found it on the other page it says $4016 bit2 is microphone. --Zzo38 19:19, 16 September 2012 (MDT)
It says "all subsequent reads will return D=1 on an authentic controller but may return D=0 on third party controllers", and what happen on Super Nintendo controllers? --Zzo38 17:50, 27 September 2012 (MDT)
- After the first eight bits, the Super NES controller returns A, X, L, R, four zero bits, then all 1. --98.226.71.46 18:22, 27 September 2012 (MDT)
Official controllers have the correct 8 bits, then all 1s. Couldn't you detect the absence of a bit deletion by seeing if the 8th bit is 0 and the 9th bit is 1? This only works while right is not pressed, but ... —Lidnariq (talk) 12:12, 8 February 2013 (MST)