Notice: Trying to access array offset on value of type bool in /mnt/cpcwiki-httpdocs/includes/libs/IPSet.php on line 243

Notice: Trying to access array offset on value of type bool in /mnt/cpcwiki-httpdocs/includes/libs/IPSet.php on line 246

Notice: Trying to access array offset on value of type bool in /mnt/cpcwiki-httpdocs/includes/libs/IPSet.php on line 243

Notice: Trying to access array offset on value of type bool in /mnt/cpcwiki-httpdocs/includes/libs/IPSet.php on line 246

Notice: Trying to access array offset on value of type null in /mnt/cpcwiki-httpdocs/includes/profiler/SectionProfiler.php on line 104

Notice: Trying to access array offset on value of type null in /mnt/cpcwiki-httpdocs/includes/profiler/SectionProfiler.php on line 104

Notice: Trying to access array offset on value of type null in /mnt/cpcwiki-httpdocs/includes/profiler/SectionProfiler.php on line 105

Notice: Trying to access array offset on value of type null in /mnt/cpcwiki-httpdocs/includes/profiler/SectionProfiler.php on line 105

Notice: Trying to access array offset on value of type null in /mnt/cpcwiki-httpdocs/includes/profiler/SectionProfiler.php on line 106

Notice: Trying to access array offset on value of type null in /mnt/cpcwiki-httpdocs/includes/profiler/SectionProfiler.php on line 106
Dk'tronics Real Time Clock - CPCWiki
Last modified on 7 January 2010, at 04:43

Dk'tronics Real Time Clock

Revision as of 04:43, 7 January 2010 by Nocash (Talk | contribs)

Contains a rechargeable battery, five chips, a quartz crystal, a 8bit general-purpose I/O port (9pin DSUB), and a few odds and ends. The RTC chip is a HD146818 (which is also used in IBM PCs).

Info Fragment

Reportedly: DK-Tronics RTC module used a Z80-PIO chip to address the RTC itself as Port A of the PIO, with a 9-pin user i/o port as Port B.

I/O Ports

 FBE0..FBE3  Dk'tronics Real Time Clock
 FBE8        Dk'tronics Real Time Clock

Software

Included BASIC and CP/M+ drivers:

  • RSX.BAS and RSX.BIN - allows to change the time under BASIC
  • CLOCK.COM - installs the clock under CP/M+ (thereafter, it should be accessible with standard DATE command, and, it should add timestamps to files).

Unknown how the timestamps are stored on disk? The normal AMSDOS filesystem / directory entries don't include timestamps.

Review