From 98adf51af362fdc77a564c4075af5d9b8a10bdc6 Mon Sep 17 00:00:00 2001 From: Philip Smart <28005720+pdsmart@users.noreply.github.com> Date: Tue, 29 Oct 2019 11:41:31 +0100 Subject: [PATCH] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 03ffcd3..28c9ac5 100644 --- a/README.md +++ b/README.md @@ -80,6 +80,13 @@ The supported commands can be found in the table below: | S | | Save a block of memory to tape\. You will be prompted to enter the filename\. | | T | n/a | Test the 8253 timer\. | | V | n/a | Verify a file just written to tape with the original data stored in memory | +#### To Do +1) Remake the PCB to use standard DIP Flash RAM packages.
+2) Add Mux to allow Z80 writing into the Monitor ROM Flash.
+3) Add a coded latch such that it is possible to write to the Flash RAM (didnt originally consider writing to the Flash RAM) without upsetting the page register.
+4) Write routines such that any files (ie. Basic) can be stored in the RFS and retrieved by an application such as Basic. Currently the stored files are only accessible to the Monitor.
+5) Write routines which allow storing/saving of files into the RFS via the Flash RAM writing mechanism (needs 3 fixing first).
+ ### Images of the RFS Daughter Board #####