Commit 84767a10 authored by Ben Avison's avatar Ben Avison
Browse files

Resync with allocations database

Detail:
  * Add error block for BASIC module
  * Retire RTCSupport switch in Hdr:Machine.Machine

Version 2.37. Tagged as 'HdrSrc-2_37'
parent d810cab3
/* (2.36) /* (2.37)
* *
* This file is automatically maintained by srccommit, do not edit manually. * This file is automatically maintained by srccommit, do not edit manually.
* Last processed by srccommit version: 1.1. * Last processed by srccommit version: 1.1.
* *
*/ */
#define Module_MajorVersion_CMHG 2.36 #define Module_MajorVersion_CMHG 2.37
#define Module_MinorVersion_CMHG #define Module_MinorVersion_CMHG
#define Module_Date_CMHG 18 Nov 2013 #define Module_Date_CMHG 29 Nov 2013
#define Module_MajorVersion "2.36" #define Module_MajorVersion "2.37"
#define Module_Version 236 #define Module_Version 237
#define Module_MinorVersion "" #define Module_MinorVersion ""
#define Module_Date "18 Nov 2013" #define Module_Date "29 Nov 2013"
#define Module_ApplicationDate "18-Nov-13" #define Module_ApplicationDate "29-Nov-13"
#define Module_ComponentName "HdrSrc" #define Module_ComponentName "HdrSrc"
#define Module_ComponentPath "castle/RiscOS/Sources/Programmer/HdrSrc" #define Module_ComponentPath "castle/RiscOS/Sources/Programmer/HdrSrc"
#define Module_FullVersion "2.36" #define Module_FullVersion "2.37"
#define Module_HelpVersion "2.36 (18 Nov 2013)" #define Module_HelpVersion "2.37 (29 Nov 2013)"
#define Module_LibraryVersionInfo "2:36" #define Module_LibraryVersionInfo "2:37"
...@@ -202,11 +202,6 @@ MaxI2Cspeed SETA 100 ...@@ -202,11 +202,6 @@ MaxI2Cspeed SETA 100
GBLL E2ROMSupport GBLL E2ROMSupport
E2ROMSupport SETL M_Falcon :LOR: M_Omega :LOR: M_Peregrine :LOR: M_STB3 :LOR: M_STB400 :LOR: M_STB5 :LOR: M_Lazarus :LOR: M_32 :LOR: M_IOMD :LOR: M_Tungsten :LOR: M_ARM11ZF :LOR: M_CortexA8 :LOR: M_CortexA9 E2ROMSupport SETL M_Falcon :LOR: M_Omega :LOR: M_Peregrine :LOR: M_STB3 :LOR: M_STB400 :LOR: M_STB5 :LOR: M_Lazarus :LOR: M_32 :LOR: M_IOMD :LOR: M_Tungsten :LOR: M_ARM11ZF :LOR: M_CortexA8 :LOR: M_CortexA9
; Should we probe IIC addresses &A0 and &D0 for an RTC? (Requires E2ROMSupport, else Phillips RTC at &A0 is assumed)
; Disabling this is useful for HAL platforms that use the HAL RTC API
GBLL RTCSupport
RTCSupport SETL :LNOT: (M_CortexA8 :LOR: M_CortexA9)
; Support for network 'podule' cards ; Support for network 'podule' cards
GBLL NetPodSupport GBLL NetPodSupport
NetPodSupport SETL M_IOMD :LOR: M_Morris NetPodSupport SETL M_IOMD :LOR: M_Morris
......
...@@ -1525,5 +1525,6 @@ ErrorBase_VCHIQ # &100 ; &0081F500 Jeffrey Lee ...@@ -1525,5 +1525,6 @@ ErrorBase_VCHIQ # &100 ; &0081F500 Jeffrey Lee
ErrorBase_DeskRecord # &100 ; &0081F800 Steve Revill ErrorBase_DeskRecord # &100 ; &0081F800 Steve Revill
ErrorBase_USBAudio # &100 ; &0081F900 Dave Higton ErrorBase_USBAudio # &100 ; &0081F900 Dave Higton
ErrorBase_RTC # &100 ; &0081FA00 Rob Sprowson ErrorBase_RTC # &100 ; &0081FA00 Rob Sprowson
ErrorBase_BASIC # &100 ; &0081FB00 Rob Sprowson
OPT OldOpt OPT OldOpt
END END
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