Welcome!

Miscellaneous => Programming => Topic started by: Hacker65xx on May 04, 2020, 05:20:18 AM

Title: memory mapping and hack
Post by: Hacker65xx on May 04, 2020, 05:20:18 AM
Hi

I want hack SSF2T on CPS2

what is address of ram memory  in debugger FBN?


what is the best emulator with debugger for hack CPS2 ?

Thank you
Title: Re: memory mapping and hack
Post by: dink on May 04, 2020, 08:02:48 AM
Hi,
While FB is great for playing games, it's debugger - I think, us dev's don't even use.
MAME's debugger is the best, of course. 
0xff0000, 0xffffff and 0x660000, 0x663fff.  look at cps2.cpp in mame's source code under "cps2_map" (search)

best regards,
- dink
Title: Re: memory mapping and hack
Post by: Hacker65xx on May 04, 2020, 08:07:32 AM
thank you Dink , I go for mame debugger