Skip to content

Z80V2File.Create48k Method

Definition

Creates a new V2 Z80 snapshot file for a 48K Spectrum from the given memory.

public static Z80V2File Create48k(Span<Byte> memory, bool compress = true);

View source

Parameters

Name Type Description
memory Span<Byte> The 64K memory contents.
compress Boolean true to compress the page data; false otherwise.

Returns

Z80V2File

A new Z80V2File.