Z80Format Class
Definition
File format for Z80 snapshot files.
public sealed class Z80Format : ZXSpectrumSnapshotFormat<Z80File>
Fields
| Name | Description |
|---|---|
Instance |
The singleton instance of the Z80 format. |
Methods
| Name | Description |
|---|---|
CreateConverters() |
|
ReadAsync(IBinaryReader) |
|
WriteAsync(Z80File, IBinaryWriter) |
Writes a strongly typed snapshot file to a IBinaryWriter. |