CodeHut.GSHI has a utility for converting GameGenie a hex. How to convert Genesis hex or PAR code to GameGenie? Thanks in advance.
Announcement
Collapse
No announcement yet.
Convert hex and PAR codes to GameGenie
Collapse
X
-
Tags: None
-
If you have a code in hex, the address has to point to rom in order for it to work for the game genie. For genesis, that's between 0 and 0x3FFFFF (is six digits and starts with 0, 1, 2 or 3). If it's between 0xFF0000 and 0xFFFFFF (is six digits and starts with FF), then it's ram and can't be manipulated by the game genie.
-
Comment