# HG changeset patch # User Neal Crook # Date 1495319628 -3600 # Node ID e9685c909630d199611afacdcc820a4231e28cb5 # Parent b0ba9d16589a4c8516ff12ac928f61635d562fa5 mc09: Correct the description of the RTC part-number And add a reference to the instructions for wiring it up. diff -r b0ba9d16589a -r e9685c909630 level1/cmds/mc09rtc.asm --- a/level1/cmds/mc09rtc.asm Sun Apr 30 21:26:59 2017 +0100 +++ b/level1/cmds/mc09rtc.asm Sat May 20 23:33:48 2017 +0100 @@ -1,5 +1,8 @@ ******************************************************************** -* mc09rtc - read/write DS1802 RTC attached to multicomp09 GPIO +* mc09rtc - read/write DS1302 RTC attached to multicomp09 GPIO +* Details of the hook-up can be inferred from the code or see the +* description here: +* https://github.com/nealcrook/multicomp6809/wiki/Adding-a-RTC * * Rather than bloat the timer module (which is memory-resident) * this is a stand-alone utility that can either read the RTC and @@ -42,7 +45,7 @@ * Created. * nam mc09rtc - ttl Read/write DS1802 RTC, copy to/from system time + ttl Read/write DS1302 RTC, copy to/from system time use defsfile @@ -518,7 +521,7 @@ ******************************************************************** -* Low-level DS1802 read/write. Broken into the following parts: +* Low-level DS1302 read/write. Broken into the following parts: * * initio - GPIO init * putcmd - write 1st (cmd) byte