From 7e0b7d54111dbe8b1c7c31ae875384d63edc908e Mon Sep 17 00:00:00 2001 From: Jeremy Rand Date: Thu, 18 Oct 2018 21:24:22 -0400 Subject: [PATCH] Add acknowledgment --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 19138c1..a0fe935 100644 --- a/README.md +++ b/README.md @@ -114,3 +114,5 @@ Acknowledgements: ----------------- Thanks to Quinn Dunki and Carrington Vanston who were instrumental in getting this working. [Carrington's presentation](http://monsterfeet.com/kfest/) at KansasFest 2014 is where the basic concepts of a better Apple II build environment were demonstrated. [Quinn built on that](http://quinndunki.com/blondihacks/?p=1904) and included support for automatically starting the program in Virtual II using Applescript. Without their work, I wouldn't have been able to create this. Thanks! + +Kris Kennaway provided some patches to the build pipeline providing cc65 v2.17 support. This was instrumental in getting v2.6 of the build pipeline released. I appreciate the support.