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_display_type() str[source]

Returns the display type (“PAL” or “NTSC”) that the emulator is currently running on.

Returns “”, if not avaiable.

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_display_type()[source]

Requests for the display type that the emulator is currently running on.

request_framecount()[source]

Requests for the current framecount from the external tool.