Page Class
Definition
A memory page block in a V2 or V3 Z80 snapshot file.
public sealed class Page : Block<PageHeader>
Properties
| Name | Description |
|---|---|
UncompressedData |
Gets the uncompressed data for this page. |
Methods
| Name | Description |
|---|---|
Create48k(Span<Byte>, Boolean) |
Creates the three memory pages for a 48K Spectrum from the given memory. |
TryLoadInto(Span<Byte>) |