Z80V2Header Class
Definition
Header for a version 2 Z80 snapshot file.
public class Z80V2Header : Z80V1Header
Constructors
| Name | Description |
|---|---|
| Z80V2Header() | Initialises a new instance of the Z80V2Header class with default values. |
Properties
| Name | Description |
|---|---|
| ExtraLength | Gets the length of the extra header data beyond the V1 header. |
| HardwareMode | Gets the hardware mode of the snapshot. |
Methods
| Name | Description |
|---|---|
| GetHardwareMode(Byte) | Maps a raw hardware mode byte value to a HardwareMode for V2 snapshots. |