changeset 1001:3894be93958b

Changed seconds to 59 to allow for RTC clocks that get the time from RTC hardware at the top of the minute
author boisy
date Thu, 27 Feb 2003 14:56:21 +0000
parents da4002e207e3
children b8608857a4a2
files level1/modules/sysgo.asm
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/level1/modules/sysgo.asm	Thu Feb 27 13:34:13 2003 +0000
+++ b/level1/modules/sysgo.asm	Thu Feb 27 14:56:21 2003 +0000
@@ -84,7 +84,7 @@
 
 * Default time packet
 *               YY MM DD HH MM SS
-TimePckt fcb   102,08,01,00,00,00
+TimePckt fcb   102,08,01,00,00,59
 
 * BASIC reset code
 BasicRst fcb   $55