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
59e01e2f
Commit
59e01e2f
authored
Mar 18, 2012
by
Ben Avison
Browse files
Resync with allocations database
Version 2.02. Tagged as 'HdrSrc-2_02'
parent
2c0598fe
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
14 additions
and
11 deletions
+14
-11
VersionNum
VersionNum
+10
-10
hdr/FSNumbers
hdr/FSNumbers
+1
-0
hdr/NewErrors
hdr/NewErrors
+3
-1
No files found.
VersionNum
View file @
59e01e2f
/* (2.0
1
)
/* (2.0
2
)
*
* This file is automatically maintained by srccommit, do not edit manually.
* Last processed by srccommit version: 1.1.
*
*/
#define Module_MajorVersion_CMHG 2.0
1
#define Module_MajorVersion_CMHG 2.0
2
#define Module_MinorVersion_CMHG
#define Module_Date_CMHG 1
7
Mar 2012
#define Module_Date_CMHG 1
8
Mar 2012
#define Module_MajorVersion "2.0
1
"
#define Module_Version 20
1
#define Module_MajorVersion "2.0
2
"
#define Module_Version 20
2
#define Module_MinorVersion ""
#define Module_Date "1
7
Mar 2012"
#define Module_Date "1
8
Mar 2012"
#define Module_ApplicationDate "1
7
-Mar-12"
#define Module_ApplicationDate "1
8
-Mar-12"
#define Module_ComponentName "HdrSrc"
#define Module_ComponentPath "castle/RiscOS/Sources/Programmer/HdrSrc"
#define Module_FullVersion "2.0
1
"
#define Module_HelpVersion "2.0
1
(1
7
Mar 2012)"
#define Module_LibraryVersionInfo "2:
1
"
#define Module_FullVersion "2.0
2
"
#define Module_HelpVersion "2.0
2
(1
8
Mar 2012)"
#define Module_LibraryVersionInfo "2:
2
"
hdr/FSNumbers
View file @
59e01e2f
...
...
@@ -75,6 +75,7 @@ fsnumber_ShareFS # 1 ; 99 Share: Acorn
fsnumber_FlashFS
#
1
; 136 Acorn (ap)
^
162
fsnumber_TFTP
#
1
; 162 Kevin Bracey
^
192
fsnumber_SDFS
#
1
; 192 ROOL / Ben Avison
; +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
...
...
hdr/NewErrors
View file @
59e01e2f
...
...
@@ -1064,7 +1064,6 @@ ErrorBase_SDFS * &00010000 + ( fsnumber_SDFS :SHL: 8 ) ; fs 192
; Sound Level 1 only (share some Level 0)
AddError2
BadSound1Init
,
"Unable to claim sufficient Sound Level 1 heap space"
AddError
BadSoundVoice
,
"Bad sound voice"
AddError
AutoTuningUnavailable
,
"Automatic tuning unavailable"
; Sound Level 2 only (share some Level 0)
AddError2
BadSound2Init
,
"Unable to claim sufficient Sound Level 2 heap space"
; Voices
...
...
@@ -1075,6 +1074,8 @@ ErrorBase_SDFS * &00010000 + ( fsnumber_SDFS :SHL: 8 ) ; fs 192
AddError
BadSoundGain
,
"Gain value must be in the range 0-7"
; Extra Level 0 error
AddError
NoSoundDevices
,
"No sound controller devices found"
; Extra Level 1 error
AddError
AutoTuningUnavailable
,
"Automatic tuning unavailable"
; SCSI driver errors
...
...
@@ -1401,5 +1402,6 @@ ErrorBase_SysLoad # &100 ; &0081de00 Steve Revill (Castle)
ErrorBase_SDIO
#
&100
; &0081EE00 Ben Avison (ROOL)
ErrorBase_Bar
#
&100
; &0081EF00 Steve Revill (ROOL)
ErrorBase_ZLib
#
&100
; &0081F000 Jeffrey Lee - differs from the ROL ZLib error block
ErrorBase_VFPSupport
#
&100
; &0081F100 Jeffrey Lee
OPT
OldOpt
END
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