Skip to content

Commit 94594db

Browse files
Fix #44 (#45)
* 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`
1 parent fc013f0 commit 94594db

1 file changed

Lines changed: 10 additions & 25 deletions

File tree

docs/System-Software/XConfig.md

Lines changed: 10 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -320,10 +320,10 @@
320320
ParentalControlHintAnswer char[] 32 381
321321
ParentalControlOverride char[] 32 413
322322
MusicPlaybackMode unsigned long 4 445
323-
MusicVolume double 4 449
324-
MusicFlags unsigned long 4 453
325-
ArcadeFlags unsigned long 4 457
326-
ParentalControlVersion unsigned long 4 461
323+
MusicVolume float 4 449
324+
MusicFlags unsigned long 4 453
325+
ArcadeFlags unsigned long 4 457
326+
ParentalControlVersion unsigned long 4 461
327327
ParentalControlTv unsigned long 4 465
328328
ParentalControlTvRating unsigned long 4 469
329329
ParentalControlExplicitVideo unsigned long 4 473
@@ -332,9 +332,9 @@
332332
ParentalControlUnratedVideoRating unsigned long 4 485
333333
VideoOutputBlackLevels unsigned long 4 489
334334
VideoPlayerDisplayMode unsigned char 1 493
335-
AlternativeVideoTimingIDs unsigned long 4 494
336-
VideoDriverOptions unsigned long 4 498
337-
MusicUIFlags unsigned long 4 502
335+
AlternativeVideoTimingIDs unsigned long 4 494
336+
VideoDriverOptions unsigned long 4 498
337+
MusicUIFlags unsigned long 4 502
338338
VideoMediaSourceType char 1 506
339339
MusicMediaSourceType char 1 507
340340
PhotoMediaSourceType char 1 508
@@ -360,7 +360,7 @@
360360
Field Name Type Field Size Offset Bit Position Bit Length
361361
-----------------------------------------------------------------------------------------------------------
362362
Version unsigned long 4 0
363-
Data unsigned long 492 4
363+
Data unsigned char[] 492 4
364364
-----------------------------------------------------------------------------------------------------------
365365

366366

@@ -426,13 +426,13 @@
426426
WirelessSettings unsigned char[] 256 12
427427
CameraSettings unsigned long 4 268
428428
CameraSettingsReserved unsigned char[] 28 272
429-
PlayTimerData struct_XCONFIG_PLAYTIMERDATA 20 300
429+
PlayTimerData struct_XCONFIG_PLAY_TIMER_DATA 20 300
430430
MediaDisableAutoLaunch signed short 2 320
431431
KeyboardLayout signed short 2 322
432432

433433

434434

435-
PLAY_TIME_DATA
435+
PLAY_TIMER_DATA
436436
-------------
437437
uliResetDate union_ULARGE_INTEGER 8 0
438438
dwPlayTimerFrequency unsigned long 4 8
@@ -495,21 +495,6 @@
495495
Version unsigned long 4 0
496496
AlarmTime union_LARGE_INTEGER 8 4
497497
PreviousFlashVersion unsigned long 4 12
498-
499-
500-
501-
union_ULARGE_INTEGER
502-
--------------------
503-
HighPart unsigned long 4 0
504-
LowPart unsigned long 4 4
505-
u unnamed_ULARGE_INTEGER 8 0
506-
QuadPart unsigned int 8 0
507-
508-
509-
unnamed_ULARGE_INTEGER
510-
----------------------
511-
HighPart unsigned long 4 0
512-
LowPart unsigned long 4 0
513498
-----------------------------------------------------------------------------------------------------------
514499

515500

0 commit comments

Comments
 (0)