bobbimanners / emailler

Email and Usenet suite for the Apple //e or GS with Uthernet-II ethernet card
http://bobbi.epizy.com
Other
30 stars 5 forks source link

EMAIL: Add support for real-time clocks #46

Closed bobbimanners closed 3 years ago

bobbimanners commented 3 years ago

Add support for RTCs like No Slot Clock, Thunderclock or the GS clock.

bobbimanners commented 3 years ago

JSR DATETIME ($BF06) causes the ProDOS clock driver to update the date in memory starting at $BF90.

bobbimanners commented 3 years ago

Added support for this in the develop branch. Now whenever the summary screen is redrawn, it will first get the latest time and date from the RTC. It would be good to hook the VBL interrupt to refresh the date and time constantly.

bobbimanners commented 3 years ago

Implemented live update of date/time in status bar on summary screen. Should work, but I haven't tested with an actual RTC yet!

bobbimanners commented 3 years ago

2.1.0 released.