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
c04eb83a
Commit
c04eb83a
authored
10 months ago
by
ROOL
🤖
Browse files
Options
Download
Email Patches
Plain Diff
Resync with allocations database
Version 3.05. Tagged as 'HdrSrc-3_05'
parent
e4223a88
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
28 additions
and
13 deletions
+28
-13
VersionNum
VersionNum
+10
-10
hdr/FSNumbers
hdr/FSNumbers
+2
-0
hdr/NewErrors
hdr/NewErrors
+6
-0
hdr/OsBytes
hdr/OsBytes
+0
-3
hdr/SWIs
hdr/SWIs
+10
-0
No files found.
VersionNum
View file @
c04eb83a
/* (3.0
4
)
/* (3.0
5
)
*
* This file is automatically maintained by srccommit, do not edit manually.
*
*/
#define Module_MajorVersion_CMHG 3.0
4
#define Module_MajorVersion_CMHG 3.0
5
#define Module_MinorVersion_CMHG
#define Module_Date_CMHG 2
1 Oct
202
3
#define Module_Date_CMHG 2
2 Feb
202
4
#define Module_MajorVersion "3.0
4
"
#define Module_Version 30
4
#define Module_MajorVersion "3.0
5
"
#define Module_Version 30
5
#define Module_MinorVersion ""
#define Module_Date "2
1 Oct
202
3
"
#define Module_Date "2
2 Feb
202
4
"
#define Module_ApplicationDate "2
1-Oct
-2
3
"
#define Module_ApplicationDate "2
2-Feb
-2
4
"
#define Module_ComponentName "HdrSrc"
#define Module_FullVersion "3.0
4
"
#define Module_HelpVersion "3.0
4
(2
1 Oct
202
3
)"
#define Module_LibraryVersionInfo "3:
4
"
#define Module_FullVersion "3.0
5
"
#define Module_HelpVersion "3.0
5
(2
2 Feb
202
4
)"
#define Module_LibraryVersionInfo "3:
5
"
This diff is collapsed.
Click to expand it.
hdr/FSNumbers
View file @
c04eb83a
...
...
@@ -83,6 +83,8 @@ fsnumber_SDFS # 1 ; 192 SDFS: ROOL / Ben Avison
^
194
fsnumber_SATAFS
#
1
; 194 SATAFS: John Ballance
fsnumber_Source
#
1
; 195 Source: Rob Sprowson
^
200
fsnumber_NVMeFS
#
1
; 200 NVMe: Thomas Milius
; +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
...
...
This diff is collapsed.
Click to expand it.
hdr/NewErrors
View file @
c04eb83a
...
...
@@ -1181,6 +1181,12 @@ ErrorBase_SDFS * &00010000 + ( fsnumber_SDFS :SHL: 8 ) ; fs 192
ASSERT
@
<=
ErrorBase_SDFS
^
ErrorBase_SDFS
; NVMeFS errors
ErrorBase_NVMeFS
*
&00010000
+
(
fsnumber_NVMeFS
:SHL:
8
)
; fs 200
ASSERT
@
<=
ErrorBase_NVMeFS
^
ErrorBase_NVMeFS
; -----------------------------------------
; Sound system errors
...
...
This diff is collapsed.
Click to expand it.
hdr/OsBytes
View file @
c04eb83a
...
...
@@ -12,9 +12,6 @@
; See the License for the specific language governing permissions and
; limitations under the License.
;
; This header file is autogenerated from the files maintained by the
; RISC OS allocations manager and should not be edited by anyone else.
; This header file is autogenerated from the files maintained by the
; RISC OS allocations manager and should not be edited by anyone else.
...
...
This diff is collapsed.
Click to expand it.
hdr/SWIs
View file @
c04eb83a
...
...
@@ -1778,6 +1778,16 @@ CompressPNGSWI EQU &00001678
CompressPNGSWI_Base
EQU
&00059E00
CompressPNGSWI_Name
SETS
"CompressPNG"
GBLS
NVMeDriverSWI_Name
NVMeDriverSWI
EQU
&00001697
NVMeDriverSWI_Base
EQU
&0005A5C0
NVMeDriverSWI_Name
SETS
"NVMeDriver"
GBLS
NVMeFSSWI_Name
NVMeFSSWI
EQU
&00001698
NVMeFSSWI_Base
EQU
&0005A600
NVMeFSSWI_Name
SETS
"NVMeFS"
; Application SWI Chunks
...
...
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