Z80V1File Class
Definition
A version 1 Z80 snapshot file.
public sealed class Z80V1File : Z80File<Z80V1Header>
Properties
| Name | Description |
|---|---|
CompressedData |
Gets the compressed snapshot data. |
Registers |
Gets the CPU register snapshot. |
UncompressedData |
Gets the uncompressed snapshot data. |
Methods
| Name | Description |
|---|---|
Create48k(Span<Byte>, Boolean) |
Creates a new V1 Z80 snapshot file for a 48K Spectrum from the given memory. |
TryLoadInto(Span<Byte>) |