We've just updated MediaWiki and its underlying software. If anything doesn't look or work quite right, please mention it to us. --RanAS
Programmable I/O Port: Difference between revisions
From SnesLab
(mention RDIO) |
(in/out port) |
||
Line 1: | Line 1: | ||
The 8-bit '''Programmable I/O Port''' allows the [[5A22]] to communicate with SNES peripherals. | The 8-bit '''Programmable I/O Port''' allows the [[5A22]] to communicate with SNES peripherals. | ||
There is the register commonly referred to as '''WRIO''' for short located at 4201h. It has [http://www.learningaboutelectronics.com/Articles/Open-collector-output.php open collector output].<sup>[2]</sup> | There is the register commonly referred to as '''WRIO''' for short located at 4201h. It has [http://www.learningaboutelectronics.com/Articles/Open-collector-output.php open collector output].<sup>[2]</sup> WRIO is the out-port. | ||
There is also the RDIO register at 4213h. | There is also the RDIO register at 4213h. RDIO is the in-port. | ||
=== See Also === | === See Also === |
Revision as of 03:51, 20 December 2023
The 8-bit Programmable I/O Port allows the 5A22 to communicate with SNES peripherals.
There is the register commonly referred to as WRIO for short located at 4201h. It has open collector output.[2] WRIO is the out-port.
There is also the RDIO register at 4213h. RDIO is the in-port.
See Also
References
- Official Super Nintendo development manual on the programmable i/o port: Page 2-14-1 of Book I
- https://problemkaputt.de/fullsnes.htm#snescontrollersioportsmanualreading
- page 2-28-1 of Book I on WRIO
- page 2-28-7 of Book I on RDIO