UM6582 pinout: Difference between revisions
From NESdev Wiki
Jump to navigationJump to search
Krzysiobal (talk | contribs) (Added info about the previously unknown pins 15 and 16) |
Krzysiobal (talk | contribs) No edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
[[Category:Pinouts]]United Microelectronics UM6582: 16-pin 0.3" PDIP (Used in the Stylandia's IQ-502 joypads) | [[Category:Pinouts]]United Microelectronics UM6582: 16-pin 0.3" PDIP (Used in the Stylandia's IQ-502 joypads) | ||
.---v---. | .---v---. | ||
TURBO <- |01 16| -> TURBO/ | TURBO <- |01 16| -> TURBO/2 | ||
/B -> |02 15| -> TURBO/ | /B -> |02 15| -> TURBO/4 | ||
/START -> |03 14| <- /A | /START -> |03 14| <- /A | ||
/SELECT -> |04 13| -- VCC | /SELECT -> |04 13| -- VCC | ||
Line 12: | Line 12: | ||
Notes: | Notes: | ||
* TURBO, TURBO | * TURBO, TURBO/2, TURBO/4 can be used as turbo input for button A/B (on the tested pad, TURBO was used and other pins were NC), | ||
* They toggle on the every / every second / every fourth rising edge of the (CLK and not | * They toggle on the every / every second / every fourth rising edge of the (CLK and not STROBE) signal respectively and there is around 82ns delay between the transition | ||
* After 8 edges of CLK signal, D0 goes low | * After 8 edges of CLK signal, D0 goes low (on most pads, it goes high) | ||
[[File:UM6582_waveforms.png|thumb|Waveforms]] | [[File:UM6582_waveforms.png|thumb|Waveforms]] | ||
Source: [https://maciejewski.com/pl/pegasus-stylandia-iq-502-z-gniazdem-sluchawkowym/] | Source: [https://maciejewski.com/pl/pegasus-stylandia-iq-502-z-gniazdem-sluchawkowym/] |
Latest revision as of 23:14, 5 March 2020
United Microelectronics UM6582: 16-pin 0.3" PDIP (Used in the Stylandia's IQ-502 joypads)
.---v---. TURBO <- |01 16| -> TURBO/2 /B -> |02 15| -> TURBO/4 /START -> |03 14| <- /A /SELECT -> |04 13| -- VCC /DOWN -> |05 12| -- GND /RIGHT -> |06 11| <- STROBE /UP -> |07 10| <- CLK /LEFT -> |08 09| -> D0 '-------'
Notes:
- TURBO, TURBO/2, TURBO/4 can be used as turbo input for button A/B (on the tested pad, TURBO was used and other pins were NC),
- They toggle on the every / every second / every fourth rising edge of the (CLK and not STROBE) signal respectively and there is around 82ns delay between the transition
- After 8 edges of CLK signal, D0 goes low (on most pads, it goes high)
Source: [1]