#117806 - alex_III - Wed Feb 07, 2007 6:42 pm
i try to write a ds game trainer
the trainer run before ds game
i try to write a value to main Memory
and tested it in DeSmuME it's working
but in NO$GBA and my ds it's not working..weird
i have no idea..this problem bothered me two days
before write a value to main Memory have to do something?
my codes
for example write 0x1 to 0x02110000
#define trainerflag (*(vuint32*)0x02110000)
while(1)
{
:
if ( keys & KEY_RIGHT )
trainerflag=1;
:
}
the trainer run before ds game
i try to write a value to main Memory
and tested it in DeSmuME it's working
but in NO$GBA and my ds it's not working..weird
i have no idea..this problem bothered me two days
before write a value to main Memory have to do something?
my codes
for example write 0x1 to 0x02110000
#define trainerflag (*(vuint32*)0x02110000)
while(1)
{
:
if ( keys & KEY_RIGHT )
trainerflag=1;
:
}