From 685841a3f4dd9bd0fdcfcff462f44cff1951e45d Mon Sep 17 00:00:00 2001 From: James McClanahan Date: Sat, 6 Apr 2024 12:16:21 -0400 Subject: [PATCH] Update README.md Update status of project in intro. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8b20e65..7cb3d14 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Apple-1-Integer-BASIC I am currently working on a project to port the original version of Apple Integer BASIC to the PAL-1, a clone of the KIM-1 single-board computer. In the process, I have learned a lot about the construction and working of Integer BASIC and wanted to captures some of that for my own reference down the road as well as anyone else who is interested. -As of May 2021, this is still a work in progress. +The port to the PAL-1 for inclusion in the new EPROM expansion card was completed in mid-2021. A number of people have used the ported version and so far I am not aware of any problems being encountered. I hope to port this to other 6502 systems when I have some time. ## Approach to Porting