Commit c04eb83a authored by ROOL's avatar ROOL 🤖
Browse files

Resync with allocations database

Version 3.05. Tagged as 'HdrSrc-3_05'
parent e4223a88
/* (3.04)
/* (3.05)
*
* This file is automatically maintained by srccommit, do not edit manually.
*
*/
#define Module_MajorVersion_CMHG 3.04
#define Module_MajorVersion_CMHG 3.05
#define Module_MinorVersion_CMHG
#define Module_Date_CMHG 21 Oct 2023
#define Module_Date_CMHG 22 Feb 2024
#define Module_MajorVersion "3.04"
#define Module_Version 304
#define Module_MajorVersion "3.05"
#define Module_Version 305
#define Module_MinorVersion ""
#define Module_Date "21 Oct 2023"
#define Module_Date "22 Feb 2024"
#define Module_ApplicationDate "21-Oct-23"
#define Module_ApplicationDate "22-Feb-24"
#define Module_ComponentName "HdrSrc"
#define Module_FullVersion "3.04"
#define Module_HelpVersion "3.04 (21 Oct 2023)"
#define Module_LibraryVersionInfo "3:4"
#define Module_FullVersion "3.05"
#define Module_HelpVersion "3.05 (22 Feb 2024)"
#define Module_LibraryVersionInfo "3:5"
......@@ -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
; +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
......
......@@ -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
......
......@@ -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.
......
......@@ -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
......
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