git-svn-id: https://localhost/svn/Project64/trunk@18 111125ac-702d-7242-af9c-5ba8ae61c1ef
This commit is contained in:
parent
dd6e2c2b82
commit
043a755f80
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue