From ccf4e068cc48852c087e80b38db48a93be931dfb Mon Sep 17 00:00:00 2001 From: Eric Rangell Date: Thu, 19 Jul 2018 19:41:35 -0500 Subject: [PATCH] Updated Readme.md --- SRC/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SRC/README.md b/SRC/README.md index 590d27d..d3fefba 100644 --- a/SRC/README.md +++ b/SRC/README.md @@ -4,7 +4,7 @@ Build using this pipeline: https://github.com/jeremysrand/Apple2BuildPipeline This source produces a disk image with the No Slot MIDI driver program: MIDIDRVR.OBJ -See ANN0TEST.DSK in the Legacy directory for additional programs that exercise the driver. +The resulting binary file is then copied to a copy of the ANN0TEST.DSK image to create the disk image for the DSK directory. See the ISSUES section for enhancements to be made to this code.