mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2024-11-14 21:37:42 -07:00
wifi: another little fix
This commit is contained in:
parent
8cde75ce53
commit
d5fd96c500
@ -682,6 +682,9 @@ bool ProcessTX(TXSlot* slot, int num)
|
||||
IOPORT(W_TXBusy) &= ~(1<<1);
|
||||
IOPORT(W_TXSlotCmd) &= 0x7FFF; // confirmed
|
||||
|
||||
// seems this is set to indicate which clients failed to reply
|
||||
*(u16*)&RAM[slot->Addr + 0x2] = 0;
|
||||
|
||||
SetIRQ(12);
|
||||
IOPORT(W_TXSeqNo) = (IOPORT(W_TXSeqNo) + 1) & 0x0FFF;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user