Skip to content

Sna48kFile.Create Method

Definition

Creates a new 48K SNA file from the given memory contents.

public static Sna48kFile Create(Span<Byte> memory);

View source

Parameters

Name Type Description
memory Span<Byte> The 64K memory contents to create the snapshot from.

Returns

Sna48kFile

The new 48K SNA file.