Skip to content

NESGameGenie ​

A class for decoding and applying Game Genie codes for the NES.

Kind: Static class

Namespace: ConnectorLib.CheatDevices

Public Static Functions

bool

Add(INESConnector connector, string code)

Applies a Game Genie code to the connector.

bool

Remove(INESConnector connector, string code)

Removes a Game Genie code from the connector.

ValueTuple

Decode(string code)

Decodes a Game Genie code into its address, value, and optional compare value.

bool

Validate(string code)

Validates an NES Game Genie code.

bool

ValidateOne(string code)

Validates an NES Game Genie code.