Main Page | Namespace List | Class Hierarchy | Class List | Directories | File List | Namespace Members | Class Members | File Members

emuWorks::Decoder Class Reference

#include <decoder.hh>

List of all members.


Detailed Description

Class to decode game genie codes into raw/PAR codes.

Definition at line 38 of file decoder.hh.

Static Public Member Functions

static NESRawCode decodeNES (GameGenieCode &code)
 Decodes NES game genie code into an NESRawCode.
static SNESRawCode decodeSNES (GameGenieCode &code)
 Decodes SNES game genie code into an SNESRawCode.
static GenesisRawCode decodeGenesis (GameGenieCode &code)
 Decodes Genesis game genie code into a GenesisRawCode.
static GBGGRawCode decodeGBGG (GameGenieCode &code)
 Decodes Game Boy or Game Gear game genie code into a GBGGRawCode.

Private Member Functions

 Decoder ()
 Private constructor to prevent instantiation.


Constructor & Destructor Documentation

emuWorks::Decoder::Decoder  )  [inline, private]
 

Private constructor to prevent instantiation.

Definition at line 79 of file decoder.hh.


Member Function Documentation

GBGGRawCode Decoder::decodeGBGG GameGenieCode code  )  [static]
 

Decodes Game Boy or Game Gear game genie code into a GBGGRawCode.

Parameters:
code The game genie code.
Returns:
The decoded GBGGRawCode.

Definition at line 229 of file decoder.cc.

GenesisRawCode Decoder::decodeGenesis GameGenieCode code  )  [static]
 

Decodes Genesis game genie code into a GenesisRawCode.

Parameters:
code The game genie code.
Returns:
The decoded GenesisRawCode.

Definition at line 173 of file decoder.cc.

NESRawCode Decoder::decodeNES GameGenieCode code  )  [static]
 

Decodes NES game genie code into an NESRawCode.

Parameters:
code The game genie code.
Returns:
The decoded NESRawCode.

Definition at line 40 of file decoder.cc.

SNESRawCode Decoder::decodeSNES GameGenieCode code  )  [static]
 

Decodes SNES game genie code into an SNESRawCode.

Parameters:
code The game genie code.
Returns:
The decoded SNESRawCode.

Definition at line 114 of file decoder.cc.


Generated on Sat Jul 30 15:01:51 2005 for Game Genie Encoder/Decoder by  doxygen 1.4.4