Skip to content

Z80V2OrV3File<THeader> Class

Definition

Base class for V2 and V3 Z80 snapshot files that contain paged memory.

public abstract class Z80V2OrV3File<THeader> : Z80File<THeader>, IZ80SnapshotV2OrV3File
   where THeader : Z80V2Header

View source

Type Parameters

Name Description
THeader The type of header.

Properties

Name Description
Pages Gets the memory pages in the snapshot.
Registers Gets the CPU register snapshot.

Methods

Name Description
TryLoadInto(Span<Byte>)