Skip to content

Z80Format.Write Method

Definition

Writes a snapshot file to a stream.

protected override void Write(Z80File file, Stream stream);

View source

Parameters

Name Type Description
file Z80File The snapshot file to write.
stream Stream The stream to write to.