Package ggencoder.datastructures

Interface Summary
GameGenieCode Interface representing a Game Genie code.
GBGGRawCode An interface to represent a Game Boy or Game Gear code in RAW format.
GenesisRawCode An interface to represent a Genesis code in RAW format.
NESRawCode An interface to represent a RAW NES code.
RawCode An interface for a code in RAW (non game genie encoded) format.
SNESRawCode An interface to represent SNES codes in RAW format.
 

Class Summary
AbstractGameGenieCode An abstract implementation of the GameGenieCode interface.
AbstractRawCode Abstract implementation of the RawCode interface.
BasicGBGGRawCode An implementation of the GBGGRawCode interface.
BasicGenesisRawCode An implementation of the GenesisRawCode interface.
BasicNESRawCode An implementation of the NESRawCode interface.
BasicSNESRawCode An implementation of the SNESRawCode interface.
GBGGGameGenieCode An implementation of the GameGenieCode interface for GameBoy/GameGear codes.
GenesisGameGenieCode An implementation of the GameGenieCode interface for Genesis Game Genie Codes.