DMA logging typo correction

git-svn-id: http://pcsx2.googlecode.com/svn/trunk@2952 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
sudonim1 2010-05-05 22:07:22 +00:00
parent 152a36fa98
commit 99fc9db0d0
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ __forceinline void dmacInterrupt()
if (!(dmacRegs->ctrl.DMAE)) return;
HW_LOG("dmacInterrupt %x", (psHu16(DMAC_STAT + 2) & psHu16(DMAC_STAT) ||
HW_LOG("dmacInterrupt %x", (psHu16(DMAC_STAT + 2) & psHu16(DMAC_STAT) |
psHu16(DMAC_STAT) & 0x8000));
cpuException(0x800, cpuRegs.branch);