# HG changeset patch # User boisy # Date 1132959077 0 # Node ID 40bb5c3d1c15988ecc9f3cef4c190f024c82e22a # Parent 33beef1a61dcffa870bba640b8093a7fda923c3c Fixed incorrect SuperBoard offsets diff -r 33beef1a61dc -r 40bb5c3d1c15 level1/modules/clock2_ds1315.asm --- a/level1/modules/clock2_ds1315.asm Fri Nov 25 21:43:51 2005 +0000 +++ b/level1/modules/clock2_ds1315.asm Fri Nov 25 22:51:17 2005 +0000 @@ -26,6 +26,9 @@ IFNE BNB RTC.Base equ $FF5C In SCS* Decode +RTC.Zero equ -4 Send zero bit by writing this offset +RTC.One equ -3 Send one bit by writing this offset +RTC.Read equ 0 Read data from this offset ELSE IFNE SUPERBOARD RTC.Base equ SBRTCBase