Skip to content

Commit

Permalink
Fix #44 (#45)
Browse files Browse the repository at this point in the history
* Update XConfig.md

* Update XConfig.md

* Remove duplicate key for union_LARGE_INTEGER

The first definition for this key is at line 443 under PLAY_TIMER_DATA
We could move this key to its own table, or just refer to it as what it is: An `unsigned int` / `u64`
  • Loading branch information
Caroline Joy Bell authored Feb 24, 2023
1 parent fc013f0 commit 94594db
Showing 1 changed file with 10 additions and 25 deletions.
35 changes: 10 additions & 25 deletions docs/System-Software/XConfig.md
Original file line number Diff line number Diff line change
Expand Up @@ -320,10 +320,10 @@
ParentalControlHintAnswer char[] 32 381
ParentalControlOverride char[] 32 413
MusicPlaybackMode unsigned long 4 445
MusicVolume double 4 449
MusicFlags unsigned long 4 453
ArcadeFlags unsigned long 4 457
ParentalControlVersion unsigned long 4 461
MusicVolume float 4 449
MusicFlags unsigned long 4 453
ArcadeFlags unsigned long 4 457
ParentalControlVersion unsigned long 4 461
ParentalControlTv unsigned long 4 465
ParentalControlTvRating unsigned long 4 469
ParentalControlExplicitVideo unsigned long 4 473
Expand All @@ -332,9 +332,9 @@
ParentalControlUnratedVideoRating unsigned long 4 485
VideoOutputBlackLevels unsigned long 4 489
VideoPlayerDisplayMode unsigned char 1 493
AlternativeVideoTimingIDs unsigned long 4 494
VideoDriverOptions unsigned long 4 498
MusicUIFlags unsigned long 4 502
AlternativeVideoTimingIDs unsigned long 4 494
VideoDriverOptions unsigned long 4 498
MusicUIFlags unsigned long 4 502
VideoMediaSourceType char 1 506
MusicMediaSourceType char 1 507
PhotoMediaSourceType char 1 508
Expand All @@ -360,7 +360,7 @@
Field Name Type Field Size Offset Bit Position Bit Length
-----------------------------------------------------------------------------------------------------------
Version unsigned long 4 0
Data unsigned long 492 4
Data unsigned char[] 492 4
-----------------------------------------------------------------------------------------------------------


Expand Down Expand Up @@ -426,13 +426,13 @@
WirelessSettings unsigned char[] 256 12
CameraSettings unsigned long 4 268
CameraSettingsReserved unsigned char[] 28 272
PlayTimerData struct_XCONFIG_PLAYTIMERDATA 20 300
PlayTimerData struct_XCONFIG_PLAY_TIMER_DATA 20 300
MediaDisableAutoLaunch signed short 2 320
KeyboardLayout signed short 2 322



PLAY_TIME_DATA
PLAY_TIMER_DATA
-------------
uliResetDate union_ULARGE_INTEGER 8 0
dwPlayTimerFrequency unsigned long 4 8
Expand Down Expand Up @@ -495,21 +495,6 @@
Version unsigned long 4 0
AlarmTime union_LARGE_INTEGER 8 4
PreviousFlashVersion unsigned long 4 12



union_ULARGE_INTEGER
--------------------
HighPart unsigned long 4 0
LowPart unsigned long 4 4
u unnamed_ULARGE_INTEGER 8 0
QuadPart unsigned int 8 0


unnamed_ULARGE_INTEGER
----------------------
HighPart unsigned long 4 0
LowPart unsigned long 4 0
-----------------------------------------------------------------------------------------------------------


Expand Down

0 comments on commit 94594db

Please sign in to comment.