Skip to content

Commit 633a590

Browse files
authored
Update SMC_Command_0x04.md
1 parent 679dc84 commit 633a590

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

docs/Hardware/Console/SMC_Command_0x04.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
## Query Real Time Clock
22

3-
The reply to the SMC command 0x04 will contain big-endian count of miliseconds since `11-15-2001 00:00:00 UTC`, represented in hex. This code is identical to the original Xbox Real Time Clock (RTC) code.
3+
The reply to the SMC command 0x04 will contain the count of milliseconds since `11-15-2001 00:00:00 UTC`, represented in hex, with the least significant byte being first. This code is identical to the original Xbox Real Time Clock (RTC) code.
44

55
This value wraps around once it reaches `FFFFFFFFFF`, representing `09/17/2036 19:53:47 UTC`.
66

7-
| | |
8-
| -------- | ------------------- |
9-
| Message: | `04` |
10-
| Reply: | `04 XX XX XX XX XX YY ZZ` |
7+
| | |
8+
| -------- | ---------------------------- |
9+
| Message: | `04` |
10+
| Reply: | `04 XX XX XX XX XX XX YY ZZ` |
1111

1212
| | Meaning |
1313
| -- | ----------------------------------- |

0 commit comments

Comments
 (0)