Commit 7fd106c1 authored by Ben Avison's avatar Ben Avison
Browse files

Resync with allocations database

Version 2.33. Tagged as 'HdrSrc-2_33'
parent 0be53ec1
/* (2.32)
/* (2.33)
*
* This file is automatically maintained by srccommit, do not edit manually.
* Last processed by srccommit version: 1.1.
*
*/
#define Module_MajorVersion_CMHG 2.32
#define Module_MajorVersion_CMHG 2.33
#define Module_MinorVersion_CMHG
#define Module_Date_CMHG 24 Aug 2013
#define Module_Date_CMHG 25 Sep 2013
#define Module_MajorVersion "2.32"
#define Module_Version 232
#define Module_MajorVersion "2.33"
#define Module_Version 233
#define Module_MinorVersion ""
#define Module_Date "24 Aug 2013"
#define Module_Date "25 Sep 2013"
#define Module_ApplicationDate "24-Aug-13"
#define Module_ApplicationDate "25-Sep-13"
#define Module_ComponentName "HdrSrc"
#define Module_ComponentPath "castle/RiscOS/Sources/Programmer/HdrSrc"
#define Module_FullVersion "2.32"
#define Module_HelpVersion "2.32 (24 Aug 2013)"
#define Module_LibraryVersionInfo "2:32"
#define Module_FullVersion "2.33"
#define Module_HelpVersion "2.33 (25 Sep 2013)"
#define Module_LibraryVersionInfo "2:33"
......@@ -1522,5 +1522,6 @@ ErrorBase_Switcher # &100 ; &0081F400 Rob Sprowson
ErrorBase_VCHIQ # &100 ; &0081F500 Jeffrey Lee
^ &0081F800
ErrorBase_DeskRecord # &100 ; &0081F800 Steve Revill
ErrorBase_USBAudio # &100 ; &0081F900 Dave Higton
OPT OldOpt
END
......@@ -1718,6 +1718,11 @@ DeskRecordSWI EQU &00001651
DeskRecordSWI_Base EQU &00059440
DeskRecordSWI_Name SETS "DeskRecord"
GBLS USBAudioSWI_Name
USBAudioSWI EQU &00001652
USBAudioSWI_Base EQU &00059480
USBAudioSWI_Name SETS "USBAudio"
; 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