From bc18864de59ac94f1c7a5e304bae2fc4b7863dd5 Mon Sep 17 00:00:00 2001 From: Andy McFadden Date: Mon, 19 Aug 2019 16:54:47 -0700 Subject: [PATCH] Updated Home (markdown) --- Home.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/Home.md b/Home.md index 360e8be..f9f454d 100644 --- a/Home.md +++ b/Home.md @@ -1,16 +1,17 @@ Current plan: 1. New development for 1.3 - 1. Local zero-page variable declarations. - 2. Fiddle with instruction operand edit UI. - 3. Try to figure PETSCII out. - 4. Add source generator that uses pseudo-ops from code list. - 5. HTML export (static page). - 6. Add support for ACME. + 1. [done] Add support for ACME. + 2. [done] Try to figure PETSCII out. + 3. Local zero-page variable declarations. + 4. Fiddle with instruction operand edit UI. + 5. Add source generator that uses pseudo-ops from code list. + 6. HTML export (static page). Fixes that might belong in 1.2.1: * https://github.com/fadden/6502bench/commit/ea92edd9d13c588ffc01d1f6fed1ea6b1066a9ad * https://github.com/fadden/6502bench/commit/d41266442da5ea2e92efa77531bdf3fcc25b7695 + * https://github.com/fadden/6502bench/commit/068b3a44c7ae297809f9514916805ec961543892 ("Create text field listeners" part) See the ["TO DO" list](https://github.com/fadden/6502bench/wiki/TO-DO-List) for future possibilities, and the [Change Log](https://github.com/fadden/6502bench/wiki/Change-Log) for past changes.