Constant writes via debugger console?

If you are having problems finding or using cheats for an Emulator (particularly MAME/MESS) or have found a trick that you wish to share this is the place to do it. But please read the Cheat FAQ first.
Post Reply
pasky13
Posts: 27
Joined: Wed Nov 08, 2006 8:31 am

Constant writes via debugger console?

Post by pasky13 »

Is it possible to do constant memory writes via the console? Kinda annoying loading a new xml everytime I want to test a cheat.
d9x
Posts: 39
Joined: Thu Jun 03, 2010 8:54 pm

Re: Constant writes via debugger console?

Post by d9x »

Try something like:

Code: Select all

wp FF1234, 2, rw, 1, {maincpu.pw@FF1234=5678; g}
It would be really convenient if the xml engine allowed breakpoints and watchpoints...
Post Reply