* bump version number

* implement 32bit reads to keypad registers
* also implement RCNT more properly
This commit is contained in:
StapleButter
2017-06-04 22:34:31 +02:00
parent c2fa561e40
commit fb1eb43fb4
4 changed files with 59 additions and 8 deletions

View File

@ -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