Changes
/* Article */
ACU Real Time Clock, DIY from magazine "[[Amstrad Computer User |Amstrad User]], April 85".
* The RTC chip doesn't include a Year register (aside from the leap-year shift register, but it can span only 4 years, and it is write-only).
== Technical ==
Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /mnt/cpcwiki-httpdocs/includes/diff/DairikiDiff.php on line 434
Uses a [[Z80 PIO]], MM58174 RTC, 6116 (
The 4bit RTC Registers are:
0 Not used / Test (W)
C Month MSB (0..1) (R/W)
D Leap Year Shift Register (W)
E Stop/Start (0=Stop and set Seconds to 00.0, 1=Start) (W)
F Interrupt (R/W)
Registers 1..C are BCD (range 0..9), a value of 0Fh in these registers indicates Failure(this may happen if the time changed while reading - if that happens, restart reading ALL time registers).
== Article ==
<gallerycaption="Part 1 - RTC DIY Hardware (ACU April 1985)">
image:Amstrad Computer User8504 078.jpg
image:Amstrad Computer User8504 079.jpg
Observe that the part number, MM58147, in the headline is wrong (it's meant to be MM58174).