From f20575daa4113bc85c51427ef352e3e6d07a79c8 Mon Sep 17 00:00:00 2001 From: Daniel Tremblay Date: Sat, 2 Jan 2021 21:57:20 -0400 Subject: [PATCH] Update README.md --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c18a1c8..3d5162d 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Development and Debugging Suite for the C256 Foenix Family of Computers. This project is derived from the Nu64 emulator built by Tom Wilson. Nu64 is owned by Tom Wilson. FoenixIDE is owned by the C256 team, led by Stefany Allaire. -This is a virtual WDC 65816 powered computer. It is intended to be used as a software development tool and learning platform for assembly language and BASIC programming. The software will be relesed with an open soruce license and may be used for whatever purpose you want, including personal projects, education, and commercial use. +This is a virtual WDC 65816 powered computer. It is intended to be used as a software development tool and learning platform for assembly language and BASIC programming. The software will be relesed with an open source license and may be used for whatever purpose you want, including personal projects, education, and commercial use. The C256 is loosely based around the concept of the world's most popular computer, the Commodore 64. When you turn on the system, you see a BASIC screen, with the READY prompt. You can type in BASIC commands, enter programs, or load programs from disk, tape or cartridge. @@ -14,9 +14,12 @@ For more information on the project, go to [C256 Foenix Computer](https://www.c2 The FoenixIDE is a work in progress. -The C256 Foenix and its associated materials are owned by Stefany Allaire. +The C256 Foenix and its associated materials are owned by Stefany Allaire. There are three versions of the Foenix: +* RevB (2 MB RAM, 2xOPL2) +* RevC - aka FMX (4 MB RAM, OPL3, OPN2, OPM and SN76489) +* RevU -The FoenixIDE looks for kernel.hex and kernel.lst files in the ROMs folder colocated with the executable. Obtain the Kernel from the sister repository: +The FoenixIDE looks for kernel.hex and kernel.lst files in the ROMs folder colocated with the executable. Obtain the Kernel from the sister repository: https://github.com/Trinity-11/Kernel_FMX # License Please see License.txt.