Commit 029a17b4 authored by Jeffrey Lee's avatar Jeffrey Lee
Browse files

Reverse interlace deprecation decision

Detail:
  hdr/VIDCList - ControlList_Interlaced is no longer deprecated, instead the sync/pol flags are.
  See discussion on forums for context:
  https://www.riscosopen.org/forum/forums/3/topics/309?page=9#posts-34152
Admin:
  Tested on BB-xM


Version 5.35, 4.79.2.230. Tagged as 'Kernel-5_35-4_79_2_230'
parent d1659f82
......@@ -13,11 +13,11 @@
GBLS Module_ComponentPath
Module_MajorVersion SETS "5.35"
Module_Version SETA 535
Module_MinorVersion SETS "4.79.2.229"
Module_Date SETS "14 Jul 2014"
Module_ApplicationDate SETS "14-Jul-14"
Module_MinorVersion SETS "4.79.2.230"
Module_Date SETS "20 Jul 2014"
Module_ApplicationDate SETS "20-Jul-14"
Module_ComponentName SETS "Kernel"
Module_ComponentPath SETS "castle/RiscOS/Sources/Kernel"
Module_FullVersion SETS "5.35 (4.79.2.229)"
Module_HelpVersion SETS "5.35 (14 Jul 2014) 4.79.2.229"
Module_FullVersion SETS "5.35 (4.79.2.230)"
Module_HelpVersion SETS "5.35 (20 Jul 2014) 4.79.2.230"
END
......@@ -5,19 +5,19 @@
*
*/
#define Module_MajorVersion_CMHG 5.35
#define Module_MinorVersion_CMHG 4.79.2.229
#define Module_Date_CMHG 14 Jul 2014
#define Module_MinorVersion_CMHG 4.79.2.230
#define Module_Date_CMHG 20 Jul 2014
#define Module_MajorVersion "5.35"
#define Module_Version 535
#define Module_MinorVersion "4.79.2.229"
#define Module_Date "14 Jul 2014"
#define Module_MinorVersion "4.79.2.230"
#define Module_Date "20 Jul 2014"
#define Module_ApplicationDate "14-Jul-14"
#define Module_ApplicationDate "20-Jul-14"
#define Module_ComponentName "Kernel"
#define Module_ComponentPath "castle/RiscOS/Sources/Kernel"
#define Module_FullVersion "5.35 (4.79.2.229)"
#define Module_HelpVersion "5.35 (14 Jul 2014) 4.79.2.229"
#define Module_FullVersion "5.35 (4.79.2.230)"
#define Module_HelpVersion "5.35 (20 Jul 2014) 4.79.2.230"
#define Module_LibraryVersionInfo "5:35"
......@@ -55,7 +55,7 @@ ControlList_ExternalRegister # 1
ControlList_HClockSelect # 1
ControlList_RClockFrequency # 1
ControlList_DPMSState # 1
ControlList_Interlaced # 1 ; deprecated - use the sync/pol flag instead
ControlList_Interlaced # 1
ControlList_OutputFormat # 1
ControlList_ExtraBytes # 1
ControlList_NColour # 1
......@@ -66,10 +66,10 @@ ControlList_Terminator * -1
; bits/flags in VIDCList3_SyncPol word:
;
SyncPol_InvertHSync * 1
SyncPol_InvertVSync * 2
SyncPol_InterlaceSpecified * 4 ; if set, interlace bit has been specified, else filled in by kernel
SyncPol_Interlace * 8 ; set=interlaced, either specified by service call claimant or filled in from *TV by kernel
SyncPol_InvertHSync * 1 ; 0 = positive, 1 = negative
SyncPol_InvertVSync * 2 ; 0 = positive, 2 = negative
SyncPol_InterlaceSpecified * 4 ; if set, interlace bit has been specified, else filled in by kernel. Deprecated, use control list item instead.
SyncPol_Interlace * 8 ; set=interlaced, either specified by service call claimant or filled in from *TV by kernel. Deprecated, use control list item instead.
OPT OldOpt
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment