mirror of
https://github.com/holub/mame
synced 2025-05-28 08:33:05 +03:00
![]() > Sent: Wednesday, September 30, 2009 4:05 AM > To: submit@mamedev.org > Subject: Cheat > > I have added a simple system for auto-detect the ram region for make > more fast the cheatinit. But I have a problem on some address > translation, for example in seattle.c the ram region have a physical > address of 0x00000000 - 0x007fffff and the logical address is > 0x80000000 - 0x807fffff, I not have found a way for convert the > physical > address to the logical address. For now the only way for initialize the > cheat on seattle.c is force the address to the right range ("ci ub, > 0x80000000, 0x7fffff") but is not a good solution. > I hope can help me to fix this problem. > > Regards > > Sandro Ronco Fixed the logical/physical issue by having the cheat system always work at the physical layer and output cheats that explicitly point to the physical space. |
||
---|---|---|
docs | ||
src | ||
.gitattributes | ||
makefile |