aboutsummaryrefslogtreecommitdiff
path: root/src/Wifi.cpp
diff options
context:
space:
mode:
authorStapleButter <thetotalworm@gmail.com>2017-06-04 22:34:31 +0200
committerStapleButter <thetotalworm@gmail.com>2017-06-04 22:34:31 +0200
commitfb1eb43fb4a4e4f8ea16eac8df981bcb3422a6b5 (patch)
treec13e8cbd1817f47bb656719bd4975aac7369abd9 /src/Wifi.cpp
parentc2fa561e403c755291ce9d70d3fdb6644de2d34c (diff)
* bump version number
* implement 32bit reads to keypad registers * also implement RCNT more properly
Diffstat (limited to 'src/Wifi.cpp')
-rw-r--r--src/Wifi.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Wifi.cpp b/src/Wifi.cpp
index 2a60a6a..77be4d8 100644
--- a/src/Wifi.cpp
+++ b/src/Wifi.cpp
@@ -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