Storage class

Constructors

Storage({required Spectrum spectrum})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
spectrum Spectrum
final
z80 → Z80
no setter

Methods

decodedCompressedZ80DataBlock(Uint8List rawData) Uint8List
Decompress the body of a compressed Z80 file format.
loadBinaryData(ByteData snapshot, {int startLocation = 0x4000, int pc = 0x4000}) → void
loadRom(ByteData snapshot) → void
loadSNASnapshot(ByteData snapshot) → void
loadTAPSnapshot(ByteData snapshot) → void
loadZ80Snapshot(ByteData snapshot) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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