FNes class

Constructors

FNes.create()
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

bootup() → void
dispose() → void
getAudioBuffer() Float32List
getPixels() Uint8List
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
pressButton(NesButton button) → void
releaseButton(NesButton button) → void
reset() → void
setRom(NesRom rom) Future<void>
step() → void
stepFrame() → void
toString() String
A string representation of this object.
inherited

Operators

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