From 374eed0adbbcb531791a998c6749a268866747bb Mon Sep 17 00:00:00 2001 From: Bobbi Webber-Manners Date: Sun, 21 Jun 2020 02:23:40 -0400 Subject: [PATCH] Added brief comments on my changes to DATE65 --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 6fca81d..f414e73 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,16 @@ +# Bobbi's Fork of IP65 + +I have made the following changes: + +## DATE65 + + - Load timezone information from `TZONE.TXT` configuration file, rather than hard-coding. + - Automatically determine if it is DST or not (using North American rules) and choose timezone accordingly. + - Support for ProDOS 2.5 extended date format. + + +*The original `README.md` follows ...* + IP65 consists of three parts: - A [TCP/IP library to be used by 6502 asm programmers](https://github.com/cc65/ip65/wiki/Library-for-asm-programs) using the [ca65](https://cc65.github.io/doc/ca65.html) macro assembler - A [TCP/IP library to be used by C programmers](https://github.com/cc65/ip65/wiki/Library-for-C-programs) using the [cc65](https://cc65.github.io/doc/cc65.html) 6502 C cross compiler