Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
RiscOS
S
Sources
Programmer
HdrSrc
Commits
bcede801
Commit
bcede801
authored
10 years ago
by
Ben Avison
Browse files
Options
Download
Email Patches
Plain Diff
Resync with allocations database
Version 2.44. Tagged as 'HdrSrc-2_44'
parent
e43e67f3
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
24 additions
and
11 deletions
+24
-11
VersionNum
VersionNum
+10
-10
hdr/FileTypes
hdr/FileTypes
+4
-0
hdr/GraphicsV
hdr/GraphicsV
+9
-1
hdr/Pointer
hdr/Pointer
+1
-0
No files found.
VersionNum
View file @
bcede801
/* (2.4
3
)
/* (2.4
4
)
*
* This file is automatically maintained by srccommit, do not edit manually.
* Last processed by srccommit version: 1.1.
*
*/
#define Module_MajorVersion_CMHG 2.4
3
#define Module_MajorVersion_CMHG 2.4
4
#define Module_MinorVersion_CMHG
#define Module_Date_CMHG
29 Jun
2014
#define Module_Date_CMHG
04 Aug
2014
#define Module_MajorVersion "2.4
3
"
#define Module_Version 24
3
#define Module_MajorVersion "2.4
4
"
#define Module_Version 24
4
#define Module_MinorVersion ""
#define Module_Date "
29 Jun
2014"
#define Module_Date "
04 Aug
2014"
#define Module_ApplicationDate "
29-Jun
-14"
#define Module_ApplicationDate "
04-Aug
-14"
#define Module_ComponentName "HdrSrc"
#define Module_ComponentPath "castle/RiscOS/Sources/Programmer/HdrSrc"
#define Module_FullVersion "2.4
3
"
#define Module_HelpVersion "2.4
3
(
29 Jun
2014)"
#define Module_LibraryVersionInfo "2:4
3
"
#define Module_FullVersion "2.4
4
"
#define Module_HelpVersion "2.4
4
(
04 Aug
2014)"
#define Module_LibraryVersionInfo "2:4
4
"
This diff is collapsed.
Click to expand it.
hdr/FileTypes
View file @
bcede801
...
...
@@ -822,6 +822,10 @@ FileType_OOXMLSpreadsheet_Name SETS "ExcelX"
FileType_OOXMLDoc
EQU
&00000A7E
FileType_OOXMLDoc_Name
SETS
"MSWordX"
GBLS
FileType_MPO_Name
FileType_MPO
EQU
&00000A7B
FileType_MPO_Name
SETS
"MPO"
GBLS
FileType_Translator_BMP_Name
FileType_Translator_BMP
EQU
&0000069C
FileType_Translator_BMP_Name
SETS
"BMP"
...
...
This diff is collapsed.
Click to expand it.
hdr/GraphicsV
View file @
bcede801
...
...
@@ -29,7 +29,7 @@
GraphicsV_Complete
*
0
GraphicsV_VSync
*
1
GraphicsV_SetMode
*
2
GraphicsV_SetInterlace
*
3
GraphicsV_SetInterlace
*
3
; Deprecated
GraphicsV_SetBlank
*
4
GraphicsV_UpdatePointer
*
5
GraphicsV_SetDMAAddress
*
6
...
...
@@ -44,6 +44,7 @@ GraphicsV_IICOp * 14
GraphicsV_SelectHead
*
15
GraphicsV_StartupMode
*
16
GraphicsV_PixelFormats
*
17
GraphicsV_ReadInfo
*
18
; GraphicsV_SetDMAAddress
GVDAG_VInit
*
0
...
...
@@ -77,4 +78,11 @@ GVPixelFormat_ModeFlags # 4 ; Relevant mode flags
GVPixelFormat_Log2BPP
#
4
; Log2BPP mode variable value
GVPixelFormat_Size
#
0
; Struct size
; GraphicsV_ReadInfo items (r0)
GVReadInfo_Version
*
0
; Driver version number (BCD * &10000)
GVReadInfo_ModuleName
*
1
; Module (instance) name if module
GVReadInfo_DriverName
*
2
; Driver name for display to user
GVReadInfo_HardwareName
*
3
; Hardware name for display to user (e.g. PCI card name)
GVReadInfo_ControlListItems
*
4
; List of known VIDC control list items
END
This diff is collapsed.
Click to expand it.
hdr/Pointer
View file @
bcede801
...
...
@@ -32,6 +32,7 @@ PointerDevice_RCMM * 5 ; for Simon Forrest
PointerDevice_USB
*
7
; Pace
PointerDevice_AltUSB
*
11
; Castle
PointerDevice_Pandora
*
15
; Thomas Milius
PointerDevice_RemoteMouse
*
16
; Thomas Milius
; PointerV reason codes.
PointerReason_Request
*
0
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment