Commit 67594b3d authored by Robert Sprowson's avatar Robert Sprowson
Browse files

Fix to ClrMonitor

In a refactoring frenzy the return value for OS_Byte got lost, so was using an undefined automatic variable and randomly clearing the monitor.

Version 0.98. Tagged as 'Boot-0_98'
parent 72e59869
......@@ -24,7 +24,7 @@ int main (void)
{
int value;
_swix( OS_Byte, _INR(0,2), OsByte_ReadCMOS, SystemSpeedCMOS, &value );
_swix( OS_Byte, _INR(0,1) | _OUT(2), OsByte_ReadCMOS, SystemSpeedCMOS, &value );
if ( value & CMOSResetBit )
{
FILE *ufile;
......
/* (0.97)
/* (0.98)
*
* This file is automatically maintained by srccommit, do not edit manually.
* Last processed by srccommit version: 1.1.
*
*/
#define Module_MajorVersion_CMHG 0.97
#define Module_MajorVersion_CMHG 0.98
#define Module_MinorVersion_CMHG
#define Module_Date_CMHG 12 Aug 2012
#define Module_Date_CMHG 14 Aug 2012
#define Module_MajorVersion "0.97"
#define Module_Version 97
#define Module_MajorVersion "0.98"
#define Module_Version 98
#define Module_MinorVersion ""
#define Module_Date "12 Aug 2012"
#define Module_Date "14 Aug 2012"
#define Module_ApplicationDate "12-Aug-12"
#define Module_ApplicationDate "14-Aug-12"
#define Module_ComponentName "Boot"
#define Module_ComponentPath "castle/RiscOS/Sources/SystemRes/Boot"
#define Module_FullVersion "0.97"
#define Module_HelpVersion "0.97 (12 Aug 2012)"
#define Module_LibraryVersionInfo "0:97"
#define Module_FullVersion "0.98"
#define Module_HelpVersion "0.98 (14 Aug 2012)"
#define Module_LibraryVersionInfo "0:98"
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