emulation

class birdseyelib.Emulation(client)[source]

Class containing various functions for controlling emulation in BizHawk.

get_board_name() str[source]

Returns the board name of the loaded ROM, or “”, if not available.

get_framecount() int[source]

Returns the current framecount from the emulator, or -1, if no data has been received yet.

request_board_name()[source]

Requests for the board name of the loaded ROM.

request_framecount()[source]

Requests for the current framecount from the external tool.