Commit 5af9987e authored by Robert Sprowson's avatar Robert Sprowson
Browse files

Remove workaround for pre-RISC OS 3.50

The extra AddToRMA in BootRun is no longer needed, the true cause was a bug fixed in Wimp-5_55 reading IRQsema's address, which caused the RMA to be clamped.
Tested on a real A5000.

Version 1.25. Tagged as 'Boot-1_25'
parent 3ea9580c
......@@ -58,7 +58,6 @@ Unset Boot$Remote
Unset Boot$Progress*
AppSize 512000K
If Boot$OSVersion < 350 Then AddToRMA 256K
FX 247 1
FX 229 0
......
/* (1.24)
/* (1.25)
*
* This file is automatically maintained by srccommit, do not edit manually.
* Last processed by srccommit version: 1.1.
*
*/
#define Module_MajorVersion_CMHG 1.24
#define Module_MajorVersion_CMHG 1.25
#define Module_MinorVersion_CMHG
#define Module_Date_CMHG 29 Aug 2015
#define Module_Date_CMHG 16 Sep 2016
#define Module_MajorVersion "1.24"
#define Module_Version 124
#define Module_MajorVersion "1.25"
#define Module_Version 125
#define Module_MinorVersion ""
#define Module_Date "29 Aug 2015"
#define Module_Date "16 Sep 2016"
#define Module_ApplicationDate "29-Aug-15"
#define Module_ApplicationDate "16-Sep-16"
#define Module_ComponentName "Boot"
#define Module_ComponentPath "castle/RiscOS/Sources/SystemRes/Boot"
#define Module_FullVersion "1.24"
#define Module_HelpVersion "1.24 (29 Aug 2015)"
#define Module_LibraryVersionInfo "1:24"
#define Module_FullVersion "1.25"
#define Module_HelpVersion "1.25 (16 Sep 2016)"
#define Module_LibraryVersionInfo "1:25"
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