Skip to content

RzxInputFrame Constructors

Initializes a new instance of the RzxInputFrame class.

public RzxInputFrame(ushort fetchCount, Byte[]? inputReads = null, bool repeatsPreviousInputReads = false);

View source

Parameters

Name Type Description
fetchCount UInt16 The number of instruction fetches performed in this frame.
inputReads Byte[] The values returned by the CPU's I/O port reads during this frame, or null for none.
repeatsPreviousInputReads Boolean Whether the port reads are the same as the previous frame.