mirror of https://github.com/PCSX2/pcsx2.git
DMA logging typo correction
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@2952 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
parent
152a36fa98
commit
99fc9db0d0
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue