Talk:Input devices: Difference between revisions
From NESdev Wiki
Jump to navigationJump to search
No edit summary |
(→"Usage of port pins by hardware type" table: new section) |
||
Line 5: | Line 5: | ||
Isn't $4016:2 connected to controller 2 on the Famicom for the microphone? -[[User:Ulfalizer|Ulfalizer]] ([[User talk:Ulfalizer|talk]]) 00:01, 15 April 2013 (MDT) | Isn't $4016:2 connected to controller 2 on the Famicom for the microphone? -[[User:Ulfalizer|Ulfalizer]] ([[User talk:Ulfalizer|talk]]) 00:01, 15 April 2013 (MDT) | ||
: Yes, but it didn't fit fluidly into the description, and debatably is unnecessary on the general "input devices" page. The more places we describe something, the more places we have a chance of accidentally contradicting ourselves.—[[User:Lidnariq|Lidnariq]] ([[User talk:Lidnariq|talk]]) 01:37, 15 April 2013 (MDT) | : Yes, but it didn't fit fluidly into the description, and debatably is unnecessary on the general "input devices" page. The more places we describe something, the more places we have a chance of accidentally contradicting ourselves.—[[User:Lidnariq|Lidnariq]] ([[User talk:Lidnariq|talk]]) 01:37, 15 April 2013 (MDT) | ||
== "Usage of port pins by hardware type" table == | |||
In the "Usage of port pins by hardware type" table, I believe I've spotted some errors, but I want to make sure I understand correctly: | |||
* The Power Pad and Family Trainer Mat use writes to $0416 (OUT2/1/0), not reads from $0416 ($0416 D2/1/0). | |||
* Devices that use sequential reads to get bit data (Arkanoid controllers) or button data (Power Pad/Family Trainer Mat) also use the corresponding CLK signal. | |||
--[[User:Bavi H|Bavi H]] ([[User talk:Bavi H|talk]]) 11:02, 31 December 2021 (UTC) |
Revision as of 11:02, 31 December 2021
I guess the discussion at the beginning could be NES-specific. Could someone fill in the details for Famicom? -Ulfalizer (talk) 04:39, 14 April 2013 (MDT)
Isn't $4016:2 connected to controller 2 on the Famicom for the microphone? -Ulfalizer (talk) 00:01, 15 April 2013 (MDT)
- Yes, but it didn't fit fluidly into the description, and debatably is unnecessary on the general "input devices" page. The more places we describe something, the more places we have a chance of accidentally contradicting ourselves.—Lidnariq (talk) 01:37, 15 April 2013 (MDT)
"Usage of port pins by hardware type" table
In the "Usage of port pins by hardware type" table, I believe I've spotted some errors, but I want to make sure I understand correctly:
- The Power Pad and Family Trainer Mat use writes to $0416 (OUT2/1/0), not reads from $0416 ($0416 D2/1/0).
- Devices that use sequential reads to get bit data (Arkanoid controllers) or button data (Power Pad/Family Trainer Mat) also use the corresponding CLK signal.