Commit c09e76e7 authored by Ben Avison's avatar Ben Avison
Browse files

Resync with allocations database

Detail:
  * Add extra flag definition to Hdr:GraphicsV
  * Decloak two system service calls previously used only by ROL fork

Version 2.41. Tagged as 'HdrSrc-2_41'
parent 4a53e732
/* (2.40)
/* (2.41)
*
* This file is automatically maintained by srccommit, do not edit manually.
* Last processed by srccommit version: 1.1.
*
*/
#define Module_MajorVersion_CMHG 2.40
#define Module_MajorVersion_CMHG 2.41
#define Module_MinorVersion_CMHG
#define Module_Date_CMHG 26 Jan 2014
#define Module_Date_CMHG 09 Mar 2014
#define Module_MajorVersion "2.40"
#define Module_Version 240
#define Module_MajorVersion "2.41"
#define Module_Version 241
#define Module_MinorVersion ""
#define Module_Date "26 Jan 2014"
#define Module_Date "09 Mar 2014"
#define Module_ApplicationDate "26-Jan-14"
#define Module_ApplicationDate "09-Mar-14"
#define Module_ComponentName "HdrSrc"
#define Module_ComponentPath "castle/RiscOS/Sources/Programmer/HdrSrc"
#define Module_FullVersion "2.40"
#define Module_HelpVersion "2.40 (26 Jan 2014)"
#define Module_LibraryVersionInfo "2:40"
#define Module_FullVersion "2.41"
#define Module_HelpVersion "2.41 (09 Mar 2014)"
#define Module_LibraryVersionInfo "2:41"
......@@ -58,6 +58,7 @@ GVDisplayFeature_InterlaceWithProgressiveFramestore * 1:SHL:2
GVDisplayFeature_SeparateFramestore * 1:SHL:3 ; GraphicsV_FramestoreAddress implemented
GVDisplayFeature_NoVsyncIRQ * 1:SHL:4
GVDisplayFeature_VariableFramestore * 1:SHL:5 ; driver-managed framestore address/size changes with mode
GVDisplayFeature_CopyRectangleIsFast * 1:SHL:6 ; OS_SpriteOp 65 hint: copying rectangles (VRAM->VRAM via GPU) is faster than plotting sprites (RAM->VRAM via CPU)
; GraphicsV_Render flags (r0)
GVRender_SyncIfComplete * 1:SHL:0
......
......@@ -220,6 +220,8 @@ Service_Hardware * &D9 ; RO5
Service_ModulePostInit * &DA ; RO5
Service_ModulePostFinal * &DB ; RO5
Service_RTCSynchronised * &DD ; Initially ROL, now used by RO5 as well
Service_DisplayChanged * &DE ; Justin Fletcher
Service_DisplayStatus * &DF ; Justin Fletcher
Service_NVRAM * &E0 ; Steve Cormie (This used to be isolated, but allocations have now caught up)
^ &10800 ; ADFS Service calls
......
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