SourMesen / Mesen

Mesen is a cross-platform (Windows & Linux) NES/Famicom emulator built in C++ and C#
https://www.mesen.ca
GNU General Public License v3.0
1.25k stars 317 forks source link

Problems with "Edit Cheat" function #814

Closed Evan-Nirkuta closed 4 years ago

Evan-Nirkuta commented 4 years ago

Excuse me, sorry to bother. Thanks a lot for all your hard work on Mesen ! I have some problems with the "Edit Cheat" function:

Edit Cheat problems

The "OK" button is not working at all, even if I change from "Game Genie" to "Pro Action Rocky" or "Custom"... :( Am I doing something wrong ? Best regards, Evan.

SourMesen commented 4 years ago

I'm not sure what type of code that's supposed to be, but that's not supported by Mesen. You'll want game genie codes (6 or 8 letters, no signs or numbers, e.g: "ZASZYTPA"), or pro action rocky codes.

The OK button will become enabled when you enter a valid/supported code.

ghost commented 4 years ago

@SourMesen

That's basically an inline cheat code for FCEUX the middle part is RAM and 01 means cheat enabled Nothing important for sure , just wanted to share :3

As for @Evan-Nirkuta , you can pass the RAM 00A0 (or just A0) to the Custom field (with Memory enabled) and 01 for the value and hit OK :)