From 75d0d91792b29a86ecdb408488c78599b7c7db15 Mon Sep 17 00:00:00 2001 From: Joshua Bell Date: Mon, 31 Dec 2018 22:27:59 -0800 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index bf00eee..36a5219 100644 --- a/README.md +++ b/README.md @@ -21,3 +21,8 @@ Notes: * Allocates a 1 page buffer to store the code * Relative or absolute paths can be used * Can be invoked as lower case (e.g. `chtype ...`) + +Resources: +* [File Types Table](http://www.easy68k.com/paulrsm/6502/PDOS8TRM.HTM#B-1T) - [ProDOS 8 Technical Reference Manual](http://www.easy68k.com/paulrsm/6502/PDOS8TRM.HTM) - +* [File Types](https://www.kreativekorp.com/miscpages/a2info/filetypes.shtml) - [Jon Relay's Apple II Info Archives](https://www.kreativekorp.com/miscpages/a2info/) +* [ProDOS File Types 2.0](https://macgui.com/kb/article/116) - [Mac GUI](https://macgui.com)