ggencoder::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 GBGGRawCode decodeGBGG (const GameGenieCode &code)
 Decodes Game Boy or Game Gear game genie code into a GBGGRawCode.
static GenesisRawCode decodeGenesis (const GameGenieCode &code)
 Decodes Genesis game genie code into a GenesisRawCode.
static NESRawCode decodeNES (const GameGenieCode &code)
 Decodes NES game genie code into an NESRawCode.
static SNESRawCode decodeSNES (const GameGenieCode &code)
 Decodes SNES game genie code into an SNESRawCode.

Private Member Functions

 Decoder ()
 Private constructor to prevent instantiation.

Constructor & Destructor Documentation

ggencoder::Decoder::Decoder (  )  [inline, private]

Private constructor to prevent instantiation.

Definition at line 83 of file decoder.hh.


Member Function Documentation

GBGGRawCode Decoder::decodeGBGG ( const 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 42 of file decoder.cc.

GenesisRawCode Decoder::decodeGenesis ( const GameGenieCode code  )  [static]

Decodes Genesis game genie code into a GenesisRawCode.

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

Definition at line 89 of file decoder.cc.

NESRawCode Decoder::decodeNES ( const GameGenieCode code  )  [static]

Decodes NES game genie code into an NESRawCode.

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

Definition at line 145 of file decoder.cc.

SNESRawCode Decoder::decodeSNES ( const GameGenieCode code  )  [static]

Decodes SNES game genie code into an SNESRawCode.

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

Definition at line 219 of file decoder.cc.


Generated on Thu Dec 18 01:01:25 2008 for Game Genie Encoder/Decoder by  doxygen 1.5.4