From 6df41638153e6921d424659cf711bad10e7443a3 Mon Sep 17 00:00:00 2001 From: Jeff Parsons Date: Mon, 27 Nov 2023 08:55:52 -0800 Subject: [PATCH] Updated TI-57 pages --- machines/ti/ti57/README.md | 24 +++++++++++++----------- machines/ti/ti57/rev0/README.md | 2 +- 2 files changed, 14 insertions(+), 12 deletions(-) diff --git a/machines/ti/ti57/README.md b/machines/ti/ti57/README.md index 276da59b8..6b112fa40 100644 --- a/machines/ti/ti57/README.md +++ b/machines/ti/ti57/README.md @@ -18,29 +18,31 @@ machines: layout: /_includes/machines/ti57/ti57-full.html --- -A PCjs emulation of the Texas Instruments TI-57 Programmable Calculator is provided below. +A PCjs emulation of the Texas Instruments TI-57 Programmable Calculator is provided below. It is one of the most faithful TI-57 emulations currently available and runs at the same speed as the original device. -{% include machine.html id="ti57-rev0" %} - -Additional ready-to-run configurations include: +Other TI-57 configurations include: - [TI-57 with Diagnostics](rev0/) - [TI-57 with Revised ROM and Diagnostics](rev1/) +[Documentation](#ti-57-ec-4000-documentation) is available below, including information on [TI-57 Patents](patents/), [TI-57 ROMs](rom/), and [TI-57 Tips and Tricks](tips/). + +{% include machine.html id="ti57-rev0" %} + {% include gallery/documents.html title="TI-57/EC-4000 Documentation" height="300" tag="manual" %} {% include gallery/documents.html title="TI-57/EC-4000 Programs" height="300" tag="program" %} -Above, you'll find a few EC-4000 programs I wrote back in 1978-1979. These are some of my earliest "computer programs," +Above are a few EC-4000 programs I wrote back in 1978-1979. These are some of my earliest "computer programs," written when I was in high school, so needless to say, they come with no guarantees. Use at your own risk. -### Third-Party TI-57 Articles - - - [TI-57 Constant ROM](http://www.rskey.org/CMS/index.php/the-library/475) - - [The TI-57 Memory Map](http://www.rskey.org/CMS/index.php/the-library/100) - -### Additional Resources +### More Information - [TI-57 Patents](patents/) - [TI-57 ROMs](rom/) - [TI-57 Tips and Tricks](tips/) + +### Third-Party TI-57 Articles + + - [TI-57 Constant ROM](http://www.rskey.org/CMS/index.php/the-library/475) + - [The TI-57 Memory Map](http://www.rskey.org/CMS/index.php/the-library/100) diff --git a/machines/ti/ti57/rev0/README.md b/machines/ti/ti57/rev0/README.md index 6da0bcd6e..27d697f7d 100644 --- a/machines/ti/ti57/rev0/README.md +++ b/machines/ti/ti57/rev0/README.md @@ -13,7 +13,7 @@ machines: --- The TI-57 emulator below is one of the most faithful TI-57 emulations currently available. It should run at -roughly the same speed as an original device. That includes calculation speed, display speed, and pause delays. +the same speed as an original device. That includes calculation speed, display speed, and pause delays. It is also using an exact copy of an original [TI-57 ROM](/machines/ti/ti57/rom/); no instructions have been patched. A configuration using a [Revised ROM](../rev1/) is also available.