ULA class

Constructors

ULA()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
screenBorder SpectrumColor
The current border color.
getter/setter pair

Methods

keyDown(String keycap) → void
keyUp(String keycap) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
read(int addressBus) int
Reads a value from the ULA.
reset() → void
Resets the ULA, for example as a result of a power cycle.
toString() String
A string representation of this object.
inherited
write(int value) → void
Writes a value to the ULA.

Operators

operator ==(Object other) bool
The equality operator.
inherited