Changes

Dobbertin Smart Watch

419 bytes added, 9 April
/* Downloads */
== Technicals ==
The SmartWatch consists out of the [[RTC]] itself and an EPROM expansion with a lot of RSX commands. The RTC itself was inserted like an EPROM in any kind of ROM or EPROM card. Further it contains a little battery. At least one clock is still running in 2014!
 
The Time-ROM can be on another ROM-select than the SmartWatch [https://www.cpcwiki.eu/forum/amstrad-cpc-hardware/real-time-clock-board/msg249697/#msg249697 Source].
[[SymbOS]] is searching for the TIME.SET RSX command. It will then use this ROM [https://www.cpcwiki.eu/forum/amstrad-cpc-hardware/real-time-clock-board/msg249768/#msg249768 Source].
<br>
A0 data written to RTC, when A2=0=write
D0 data read from RTC, when A2=1=read, and only when pattern recognized
Note: Writes to the RTC chip are performed by using Z80 reads (PEEK) and the A2 and A0 address lines, with the TimeROM+ SmartWatch mapped to memory and at addresses corresponding to where it is mapped.
<br>
* [[media:TIMEROM+.ROM|TIME ROM+]] ROM file
* [[media:MF2_RRB.DSK|MF2_RRB.DSK]] - Vortex disc, containing the TimeRom+ CP/M driver
* [[Media:DXS RTC - User Manual.pdf|DXS RTC User Manual]]
<br>
13,173
edits