Skip to content

Commit

Permalink
Merge branch 'master' into gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffpar committed Nov 27, 2023
2 parents 58a43b2 + 6df4163 commit 6b6e9c6
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 12 deletions.
24 changes: 13 additions & 11 deletions machines/ti/ti57/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
2 changes: 1 addition & 1 deletion machines/ti/ti57/rev0/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 6b6e9c6

Please sign in to comment.