[net.micro.6809] Bug fix for Version 2.00.00 clock

draco@chinet.UUCP (Kent D. Meyers) (04/06/86)

Originally there was a bug in the OS9 Level I clock routine that caused
the date to stick at February 28 in any leap year. This was fixed, but
now:

There is a bug in the Version 2.00.00 Clock routine that causes the 
date to increase by increments of two. The following patch corrects
this. The CRC for the updated version is E76C67.

The patch at $119 is for a different problem, but we might as well do
it all at once.

All numbers are (what else??) in HEX.

 At  Change 
    from to
------------

 12  05  85  Edition Number.
  -
 1A  00  1D
  -
 1C  1D  1C
  -
 57  08  09
  -
 5A  27  C4
 5B  04  03
 5C  C4  26
  -
 5E  27  5F
 5F  01  20
 60  4C  02
  -
119  30  AE

CAUTION: There is a very good chance that the computer will execute part of
this code if you are trying to patch it in place with debug, thereby causing
undesired operation (bombsville!). I recommend patching with other means.

 ihnp4!chinet!draco  (Kent D. Meyers)