|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An interface for decoding game genie codes into "raw" format.
Method Summary | |
GBGGRawCode |
decodeGBGG(GameGenieCode code)
Decodes a GameBoy/GameGear game genie code. |
GenesisRawCode |
decodeGenesis(GameGenieCode code)
Decodes a Genesis game genie code. |
NESRawCode |
decodeNES(GameGenieCode code)
Decodes an NES game genie code. |
SNESRawCode |
decodeSNES(GameGenieCode code)
Decodes an SNES game genie code. |
Method Detail |
public NESRawCode decodeNES(GameGenieCode code) throws InvalidGameGenieCodeException
code
- The NES GameGenieCode to decode.
InvalidGameGenieCodeException
- if the code is not a valid NES
GameGenieCode.public SNESRawCode decodeSNES(GameGenieCode code) throws InvalidGameGenieCodeException
code
- The SNES GameGenieCode to decode.
InvalidGameGenieCodeException
- if the code is not a valid SNES
GameGenieCode.public GenesisRawCode decodeGenesis(GameGenieCode code) throws InvalidGameGenieCodeException
code
- The Genesis GameGenieCode to decode.
InvalidGameGenieCodeException
- if the code is not a valid
Genesis GameGenieCode.public GBGGRawCode decodeGBGG(GameGenieCode code) throws InvalidGameGenieCodeException
code
- The GameBoy/GameGear GameGenieCode to decode.
InvalidGameGenieCodeException
- if the code is not a valid
GameBoy/GameGear GameGenieCode.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |