From 624c456b352232d61dce9554eea04e9b5fd72281 Mon Sep 17 00:00:00 2001 From: Robin Verhagen-Guest Date: Sat, 18 Apr 2020 19:47:43 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ac2d659..f7e8f89 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ The replacement UART writes binary bytes to the serial port, whereas the interna THe UART dynamically responds to baud rate changes written to the [Next](https://www.specnext.com/about/)'s UART I/O ports, using prescaler calculations taking into account the current video timing. ### RTCSys -A simple date/time plugin which works in tandem with a custom RTC.SYS to provide date/time on the NextZXOS main menu, and for the M_GETDATE and IDE_RTC API calls. See its [wiki page](https://github.com/Threetwosevensixseven/CSpectPlugins/wiki/RTCSys) for installation details. +A simple date/time plugin which works in tandem with a custom RTC.SYS to provide date/time on the NextZXOS main menu, and to the M_GETDATE and IDE_RTC API calls. See its [wiki page](https://github.com/Threetwosevensixseven/CSpectPlugins/wiki/RTCSys) for installation details. ### RTC A configurable RTC provider to supply your PC's date/time over the [I2C](https://en.wikipedia.org/wiki/I%C2%B2C) bus, emulating the [DS1307](https://github.com/Threetwosevensixseven/CSpectPlugins/blob/master/RTC/Docs/ds1307-1177772.pdf) RTC chip. This will make CSpect work with `.date`, `.time` and `RTC.SYS`, and display the time on the NextZXOS menus. Work in progress, coming soon!