diff options
author | Arisotura <thetotalworm@gmail.com> | 2019-06-16 14:26:54 +0200 |
---|---|---|
committer | Arisotura <thetotalworm@gmail.com> | 2019-06-16 14:26:54 +0200 |
commit | 78c41736c391f65d8e6af5492ee621c956c6ed01 (patch) | |
tree | 18cdb7b39db81b093ca431840c7c348772e32fc6 /src/DSi_I2C.cpp | |
parent | 7b19a012040185a28474b6782da206c46a53c614 (diff) |
fix fucking ass-stupid bug with new-WRAM handling
Diffstat (limited to 'src/DSi_I2C.cpp')
-rw-r--r-- | src/DSi_I2C.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/DSi_I2C.cpp b/src/DSi_I2C.cpp index b7b7022..8b01b0e 100644 --- a/src/DSi_I2C.cpp +++ b/src/DSi_I2C.cpp @@ -212,6 +212,7 @@ void WriteCnt(u8 val) u8 ReadData() { + printf("I2C: read the data: %02X\n", Data); return Data; } |