From fad59c4c3b3f4505310a6a9319b5e25b63f65317 Mon Sep 17 00:00:00 2001 From: Mark Long Date: Mon, 24 Oct 2016 13:39:30 -0500 Subject: [PATCH] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 2912799..21dd795 100644 --- a/README.md +++ b/README.md @@ -12,14 +12,13 @@ Among other things, the app includes: * A Text file viewer. * A graphics viewer which can show hires screen dumps as monochrome, with NTSC artifacts, or a hybrid mode where each pixel's natural color is shown in-place (with no white color blending.) * An HRCG character set viewer and explorer +* Exporting files and graphics to the local filesystem (as either .txt or .png files, as appropriate) * (Though not useful to most) A maze viewer for the game which I was originally exploring (Datamost's "The Missing Ring", by Terry Romine, 1982) * Probably some other stuff I can't think of at the moment. There is also a Hex/Decimal converter utility and some in-app documentation for HRCG control character codes. Mainly stuff that I found useful at the time I was writing it. In the pipeline are some more useful features (as I get a chance): -* Printing of all viewer window data -* Exporting text/graphics from all viewer windows * Syntax Highlighting * More low-level disk exploration tools (sector-level stuff, comparing DOS versions between disks, etc.) * More analysis of AppleSoft programs (Tracing flow control, find addresses of PEEKS, POKES, CALLS, USRs, and &'s)