Super Famicom NTT Data Keypad: Difference between revisions

From NESdev Wiki
Jump to navigationJump to search
(Creates Super Famicom NTT Data Keypad page. (Moves data from User:Fiskbit.))
 
(cross linking with SNESdev to assist maintenance of both)
 
(One intermediate revision by one other user not shown)
Line 36: Line 36:
  30 - (Always 0)
  30 - (Always 0)
  31 - 通信終了 (End communication)
  31 - 通信終了 (End communication)
32+ - (Always 1)
== Links ==
[//snes.nesdev.org/wiki/NTT_Data_Keypad NTT Data Keypad] at SNESdev Wiki


[[Category:Controllers]][[Category:Super NES]]
[[Category:Controllers]][[Category:Super NES]]

Latest revision as of 01:48, 22 February 2023

The Super Famicom NTT Data Keypad (NDK10) is intended to be used in conjunction with the Super Famicom NTT Data Communication Modem. It adds 15 buttons to an otherwise-normal SNES controller.

Protocol

This controller extends the SNES controller protocol to 32 bits to support the additional buttons. Bits 0-15 match the SNES controller except with a different signature, while bits 16-31 match the last 16 bits of a Famicom Network Controller.

 0 - B
 1 - Y
 2 - ᐊ / 前ページ (Previous page)
 3 - ᐅ / 次ページ (Next page)
 4 - Up
 5 - Down
 6 - Left
 7 - Right
 8 - A
 9 - X
10 - L
11 - R
12 - (Always 0)
13 - (Always 1)
14 - (Always 0)
15 - (Always 0)
16 - 0
17 - 1
18 - 2
19 - 3
20 - 4
21 - 5
22 - 6
23 - 7
24 - 8
25 - 9
26 - *
27 - #
28 - .
29 - C
30 - (Always 0)
31 - 通信終了 (End communication)

32+ - (Always 1)

Links

NTT Data Keypad at SNESdev Wiki