mirror of https://github.com/PCSX2/pcsx2.git
SPU2-X:
Just adding a log to devel builds. This is a curious case we want to be notified about. git-svn-id: http://pcsx2.googlecode.com/svn/trunk@5478 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
parent
71065506c1
commit
7f45b21be1
|
@ -414,6 +414,13 @@ void V_Core::DoDMAwrite(u16* pMem, u32 size)
|
|||
DebugCores[Index].dmaFlag = 2;
|
||||
}
|
||||
|
||||
if(MsgToConsole())
|
||||
{
|
||||
if (TSA > 0xfffff){
|
||||
ConLog("* SPU2-X: Transfer Start Address out of bounds. TSA is %x\n", TSA);
|
||||
}
|
||||
}
|
||||
|
||||
TSA &= 0xfffff;
|
||||
|
||||
bool adma_enable = ((AutoDMACtrl&(Index+1))==(Index+1));
|
||||
|
|
Loading…
Reference in New Issue