You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -68,4 +68,20 @@ Add this to your `/opt/retropie/configs/nes/retroarch.cfg` file. Make sure that
68
68
69
69
```
70
70
video_crop_overscan = false
71
-
```
71
+
```
72
+
73
+
## Game Genie support
74
+
75
+
Game Genie was a popular video game cheat cartridge that temporarily modify game data, allowing the player to cheat, manipulate various aspects of games, and sometimes access unused assets and functions. It was available for NES, SNES, Game Boy, Sega Genesis and Game Gear.
76
+
77
+
Support for emulating a Game Genie cartridge is available in `lr-fceumm`:
78
+
79
+
* switch on the `Game Genie Add-On (Restart)`[core option](RetroArch-Core-Options)
80
+
* copy the Game Genie ROM file named `gamegenie.nes` in the BIOS folder (`/home/pi/RetroPie/BIOS`).
After enabling _Game Genie Add-On_ core option, launching a game will cause the Game Genie boot screen to appear. Codes can be entered with the gamepad (as on real hardware): D-Pad to move, A to select, B to delete. Pressing the _Start_ or _Select_ buttons will load the game with the cheat code applied.
0 commit comments