From 7297666bbd54242cc6e60083e30b903612d4cbe6 Mon Sep 17 00:00:00 2001 From: Ross Wilson Date: Sun, 22 May 2016 14:02:38 +0700 Subject: [PATCH] Add comment on GUI to use --- README.rst | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index ff42964..ff578b8 100644 --- a/README.rst +++ b/README.rst @@ -1,8 +1,8 @@ STATUS ====== -Development is occurring mainly in the *pymlac* subdirectory. Some development -of tools occurs in the *pyasm* directory. +Development is occurring mainly in the **pymlac** subdirectory. Some +development of tools occurs in the **pyasm** directory. The CPU has been tested. The papertape reader/punch device and the TTY devices (input and output) seem to work. The display instructions and device are now @@ -13,6 +13,11 @@ being installed on OSX. Testing continues with the display being simulated by writing a PPM graphics file for each refresh of the display. Slow, but it means testing can proceed. +I'm still thinking about what graphics framework to use for the display. I may +just choose something simple that just shows the screen and forget about +anything showing the address lights, etc. This fits in with the CLI approach +used in **pymlac**. + The Imlac =========