Documentation ¶
Overview ¶
Package riot (RIOT) represents the active part of the PIA 6532. It does not handle the RAM part of the 6532, that can be found in the memory package.
The active parts of the RIOT are:
Timer I/O system
The timer can be found in the timer package, whereas the I/O system can be found in the input package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RIOT ¶
type RIOT struct { Timer *timer.Timer Input *input.Input // contains filtered or unexported fields }
RIOT represents the PIA 6532 found in the VCS
Directories ¶
Path | Synopsis |
---|---|
Package input represents the input/output part of the RIOT (the IO in RIOT).
|
Package input represents the input/output part of the RIOT (the IO in RIOT). |
Package timer represents the timer part of the RIOT (the T in RIOT).
|
Package timer represents the timer part of the RIOT (the T in RIOT). |
Click to show internal directories.
Click to hide internal directories.