I added GameGenie code support to NES emulation, one can easily add gamegenie codes using your favorite text editor...
Cheat files for Contra and SuperC were posted over here:
https://neo-source.com/index.php?topic=139.msg32107#msg32107If you'd like to make your own cheat files, just paste this into a text file, name it nes_ROMNAME.ini, and put the file in support/cheats.
cheat "Description of Cheat"
0 "Disabled"
1 "Enabled", "CODE"
Let's say you want to add the
Infinite Lives code for Super Mario Bros, and the gamegenie code is
SXIOPOPaste this into a text file named
nes_smb.ini:
cheat "Infinite Lives"
0 "Disabled"
1 "Enabled", "SXIOPO"
If you come across a GameGenie cheat that uses more than 1 code, for example:
Always keep Fireflower power-up, codes: OZTLLX + AATLGZ + SZLIVO
do it like this:
cheat "Always keep FireFlower Power!"
0 "Disabled"
1 "Enabled", "OZTLLX", "AATLGZ", "SZLIVO"
TIPS:
grab the latest exe at the usual place before trying this
After loading the game press Ctrl+F1 or menu "Misc -> Enable Cheats" to bring up the list.
https://github.com/finalburnneo/FBNeo-WIP-Storage-Facility/releases/tag/appveyor-buildIf you don't know which exe to get, get
fbn-win32-gcc.7zbye for now, have fun!
- dink