opps typo.

This commit is contained in:
normmatt234 2011-07-07 04:20:17 +00:00
parent af1c040eb5
commit 91d2e0e596
1 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,7 @@ static u32 read32_GCDATAIN(u8 PROCNUM)
//INFO("Read below 0x8000 (0x%04X) from: ARM%s %08X\n",
// card.address, (PROCNUM ? "7":"9"), (PROCNUM ? NDS_ARM7:NDS_ARM9).instruct_adr);
address = (0x8000 + (card.address&0x1FF));
address = (0x8000 + (address&0x1FF));
}
//as a sanity measure for funny-sized roms (homebrew and perhaps truncated retail roms)