- delete doubled declaration of cnt_r variable (thanks xrmx)
This commit is contained in:
mtabachenko 2009-01-05 21:40:24 +00:00
parent 16b8a8f174
commit 41c0169530
1 changed files with 0 additions and 1 deletions

View File

@ -123,7 +123,6 @@ void IPC_FIFOcnt(u8 proc, u16 val)
//LOG("IPC%s FIFO context 0x%X (local 0x%X)\n", proc?"7":"9", val, cnt_l);
if (val & 0x4008)
{
u16 cnt_r = T1ReadWord(MMU.MMU_MEM[proc^1][0x40], 0x184);
ipc_fifo[proc].head = 0;
ipc_fifo[proc].tail = 0;
T1WriteWord(MMU.MMU_MEM[proc][0x40], 0x184, (cnt_l & 0x0301) | (val & 0x8404) | 1);