package
0.35.3
Repository: https://github.com/jetsetilly/gopher2600.git
Documentation: pkg.go.dev

# Functions

NewTimer is the preferred method of initialisation of the Timer type.

# Constants

MaskTIMINT defines the bits of TIMINT that are actually used.
List of valid Divider values.
List of valid Divider values.
List of valid Divider values.
List of valid Divider values.

# Structs

Timer implements the timer part of the PIA 6532 (the T in RIOT).

# Type aliases

Divider indicates how often (in CPU cycles) the timer value decreases the following rules apply: - set to 1, 8, 64 or 1024 depending on which address has been written to by the CPU - is used to reset the cyclesRemaining - is changed to 1 once value reaches 0 - is reset to its initial value of 1, 8, 64, or 1024 whenever INTIM is read by the CPU.