mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-25 07:10:00 -06:00
* bump version number
* implement 32bit reads to keypad registers * also implement RCNT more properly
This commit is contained in:
@ -941,7 +941,7 @@ void Write(u32 addr, u16 val)
|
||||
case 0x0A4:
|
||||
case 0x0A8:
|
||||
case 0x094:
|
||||
printf("wifi: trying to send packet. %08X=%04X\n", addr, val);
|
||||
printf("wifi: trying to send packet. %08X=%04X. TXREQ=%04X\n", addr, val, IOPORT(W_TXReqRead));
|
||||
break;
|
||||
|
||||
// read-only ports
|
||||
|
Reference in New Issue
Block a user