git-svn-id: https://localhost/svn/Project64/trunk@18 111125ac-702d-7242-af9c-5ba8ae61c1ef

This commit is contained in:
zilmar 2008-12-04 20:40:48 +00:00
parent dd6e2c2b82
commit 043a755f80
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ void SP_DMA_WRITE (void) {
addr = (*RSPInfo.SP_DRAM_ADDR_REG) & 0x00FFFFFF;
if (*RSPInfo.SP_DRAM_ADDR_REG > 0x800000) {
if (addr > 0x800000) {
MessageBox(NULL,"SP DMA WRITE\nSP_DRAM_ADDR_REG not in RDRam space","Error",MB_OK);
return;
}