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
HdrSrc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
4
Merge Requests
4
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Jobs
Commits
Open sidebar
RiscOS
S
Sources
Programmer
HdrSrc
Commits
e75ac298
Commit
e75ac298
authored
Apr 04, 2016
by
Ben Avison
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Resync with allocations database
Version 2.59. Tagged as 'HdrSrc-2_59'
parent
9f9d0319
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
23 additions
and
10 deletions
+23
-10
VersionNum
VersionNum
+10
-10
hdr/NewErrors
hdr/NewErrors
+3
-0
hdr/SWIs
hdr/SWIs
+10
-0
No files found.
VersionNum
View file @
e75ac298
/* (2.5
8
)
/* (2.5
9
)
*
* This file is automatically maintained by srccommit, do not edit manually.
* Last processed by srccommit version: 1.1.
*
*/
#define Module_MajorVersion_CMHG 2.5
8
#define Module_MajorVersion_CMHG 2.5
9
#define Module_MinorVersion_CMHG
#define Module_Date_CMHG
29 Feb
2016
#define Module_Date_CMHG
05 Apr
2016
#define Module_MajorVersion "2.5
8
"
#define Module_Version 25
8
#define Module_MajorVersion "2.5
9
"
#define Module_Version 25
9
#define Module_MinorVersion ""
#define Module_Date "
29 Feb
2016"
#define Module_Date "
05 Apr
2016"
#define Module_ApplicationDate "
29-Feb
-16"
#define Module_ApplicationDate "
05-Apr
-16"
#define Module_ComponentName "HdrSrc"
#define Module_ComponentPath "castle/RiscOS/Sources/Programmer/HdrSrc"
#define Module_FullVersion "2.5
8
"
#define Module_HelpVersion "2.5
8 (29 Feb
2016)"
#define Module_LibraryVersionInfo "2:5
8
"
#define Module_FullVersion "2.5
9
"
#define Module_HelpVersion "2.5
9 (05 Apr
2016)"
#define Module_LibraryVersionInfo "2:5
9
"
hdr/NewErrors
View file @
e75ac298
...
...
@@ -203,6 +203,7 @@ OldOpt SETA {OPT}
AddError
NaffSWI
,
"SWI not known"
,
ErrorNumber_ModuleBadSWI
AddError
NeedMod
,
"Module %0 cannot start without module %1"
AddError2
RMNot32bit
,
"RMNot32bit:Module is not 32-bit compatible"
,
ErrorNumber_BadRMHeaderField
AddError
BadErrPtr
,
"BadErrPtr:SWI &%0 returned a bad error pointer"
; Variables errors
...
...
@@ -1550,5 +1551,7 @@ ErrorBase_BASIC # &100 ; &0081FB00 Rob Sprowson
^
&00820500
ErrorBase_ATA
#
&100
; &00820500 Ben Avison
ErrorBase_SPIDriver
#
&100
; &00820600 John Ballance
^
&00820800
ErrorBase_SerialUSB
#
&100
; &00820800 Colin Granville
OPT
OldOpt
END
hdr/SWIs
View file @
e75ac298
...
...
@@ -1748,6 +1748,16 @@ SATAFSSWI EQU &00001663
SATAFSSWI_Base
EQU
&000598C0
SATAFSSWI_Name
SETS
"SATAFS"
GBLS
CPUClockSWI_Name
CPUClockSWI
EQU
&00001666
CPUClockSWI_Base
EQU
&00059980
CPUClockSWI_Name
SETS
"CPUClock"
GBLS
PL2303SWI_Name
PL2303SWI
EQU
&00001667
PL2303SWI_Base
EQU
&000599C0
PL2303SWI_Name
SETS
"PL2303"
; Application SWI Chunks
...
...
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