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
2c0598fe
Commit
2c0598fe
authored
Mar 17, 2012
by
Ben Avison
Browse files
Resync with allocations database
Version 2.01. Tagged as 'HdrSrc-2_01'
parent
fc694bfa
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
19 additions
and
10 deletions
+19
-10
VersionNum
VersionNum
+10
-10
hdr/NewErrors
hdr/NewErrors
+4
-0
hdr/SWIs
hdr/SWIs
+5
-0
No files found.
VersionNum
View file @
2c0598fe
/* (2.0
0
)
/* (2.0
1
)
*
* This file is automatically maintained by srccommit, do not edit manually.
* Last processed by srccommit version: 1.1.
*
*/
#define Module_MajorVersion_CMHG 2.0
0
#define Module_MajorVersion_CMHG 2.0
1
#define Module_MinorVersion_CMHG
#define Module_Date_CMHG
09
Mar 2012
#define Module_Date_CMHG
17
Mar 2012
#define Module_MajorVersion "2.0
0
"
#define Module_Version 20
0
#define Module_MajorVersion "2.0
1
"
#define Module_Version 20
1
#define Module_MinorVersion ""
#define Module_Date "
09
Mar 2012"
#define Module_Date "
17
Mar 2012"
#define Module_ApplicationDate "
09
-Mar-12"
#define Module_ApplicationDate "
17
-Mar-12"
#define Module_ComponentName "HdrSrc"
#define Module_ComponentPath "castle/RiscOS/Sources/Programmer/HdrSrc"
#define Module_FullVersion "2.0
0
"
#define Module_HelpVersion "2.0
0
(
09
Mar 2012)"
#define Module_LibraryVersionInfo "2:
0
"
#define Module_FullVersion "2.0
1
"
#define Module_HelpVersion "2.0
1
(
17
Mar 2012)"
#define Module_LibraryVersionInfo "2:
1
"
hdr/NewErrors
View file @
2c0598fe
...
...
@@ -1064,6 +1064,7 @@ 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
...
...
@@ -1165,6 +1166,8 @@ ErrorBase_ColourPicker # &100 ;&20D00
^
&20E00
ErrorBase_DCI4
#
&100
ErrorBase_Joystick
*
&43F40
;incorrectly uses SWI chunk
ErrorBase_ANT
*
&4A580
;(32) formalising a bit of stupidity
...
...
@@ -1397,5 +1400,6 @@ ErrorBase_SysLoad # &100 ; &0081de00 Steve Revill (Castle)
^
&0081EE00
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
OPT
OldOpt
END
hdr/SWIs
View file @
2c0598fe
...
...
@@ -1473,6 +1473,11 @@ MediaNetOVSSWI EQU &000014D7
MediaNetOVSSWI_Base
EQU
&000535C0
MediaNetOVSSWI_Name
SETS
"MediaNetOVS"
GBLS
ZLibSWI_Name
ZLibSWI
EQU
&000014EB
ZLibSWI_Base
EQU
&00053AC0
ZLibSWI_Name
SETS
"ZLib"
GBLS
SVBGenericSWI_Name
SVBGenericSWI
EQU
&000014EC
SVBGenericSWI_Base
EQU
&00053B00
...
...
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