Skip to content

Z80Format.WriteAsync Method

Definition

Writes a strongly typed snapshot file to a IBinaryWriter.

protected override ValueTask WriteAsync(Z80File file, IBinaryWriter writer);

Parameters

Name Type Description
file Z80File The file to write.
writer IBinaryWriter The IBinaryWriter to write to.

Returns

ValueTask