Sna48kFile.Create Method
Definition
Creates a new 48K SNA file from the given memory contents.
public static Sna48kFile Create(Span<Byte> memory);
Parameters
| Name | Type | Description |
|---|---|---|
| memory | Span<Byte> | The 64K memory contents to create the snapshot from. |
Returns
The new 48K SNA file.