[][src]Module spectrusty_formats::snapshot

Common snapshot formats utilities.

Structs

Extensions
SnapshotResult

Enums

Ay3_891xDevice
ComputerModel
CpuModel
JoystickModel
MemoryRange

The memory range specifies which part of the emulated hardware the data should be loaded to.

Traits

SnapshotCreator

The methods can be called more than one time.

SnapshotLoader

Implement this trait to be able to load snapshot from files supported by this crate.

Functions

ensure_cpu_is_safe_for_snapshot

Makes sure CPU is in a state that is safe for a snapshot, otherwise executes instructions until it's safe.

is_cpu_safe_for_snapshot

Returns true if a cpu is safe for a snapshot using lossy formats.