Google-Code-Fork / snes9x-gtk

Automatically exported from code.google.com/p/snes9x-gtk
0 stars 0 forks source link

Cheat codes not working #53

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I put a game genie code for Super Mario World and dont work, I put the same 
code and rom in snes9x for windows and works!!! Whats the problem??? I use 
Ubuntu 10.04

Original issue reported on code.google.com by equi...@live.com on 25 Aug 2010 at 8:29

GoogleCodeExporter commented 9 years ago
This is actually just a side-effect of Snes9x's way of using the codes. It only 
writes over the specified memory address once every frame instead of 
intercepting memory reads and returning a different value. You may need to 
re-input the code at a different location in-game or reset to get things 
working. Hopefully, in the future things will improve a little for cheat code 
support.

Original comment by bear...@gmail.com on 28 Aug 2010 at 1:44

GoogleCodeExporter commented 9 years ago
This should now be improved a bit in git. 

Original comment by bear...@gmail.com on 30 Oct 2010 at 4:08