Skip to content

Commit 365eeff

Browse files
Merge pull request #58 from DerfJagged/master
Fix typos
2 parents d494335 + 633a590 commit 365eeff

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

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

docs/Hardware/Console/SMC_Command_0x85.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
## Set Real Time Clock
22

3-
This Command Message sets the real time clock to the specified 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+
This Command Message sets the real time clock to the specified 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
The maximum value that the clock can be set to is `FFFFFFFFFF`, representing `09/17/2036 19:53:47 UTC`. After this, the clock will wrap around.
66

7-
| | |
8-
| -------- | ------------------------- |
9-
| Message: | `85 XX XX XX XX XX YY ZZ` |
7+
| | |
8+
| -------- | ---------------------------- |
9+
| Message: | `85 XX XX XX XX XX XX YY ZZ` |
1010

1111
| | Meaning |
1212
| -- | ----------------------------------- |

0 commit comments

Comments
 (0)