diff options
-rw-r--r-- | src/NDSCart.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/NDSCart.cpp b/src/NDSCart.cpp index 48300b2..12cc9c8 100644 --- a/src/NDSCart.cpp +++ b/src/NDSCart.cpp @@ -585,6 +585,11 @@ void Write(u8 val, u32 hold) // TODO: design better CurCmd = val; break; + case 0x08: + // see above + // TODO: work out how the IR thing works. emulate it. + Data = 0xAA; + break; case 0x02: case 0x03: |