Skip to content

Commit

Permalink
Merge pull request #9 from lisphacker/lisphacker-patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
lisphacker committed Oct 29, 2023
2 parents 7e9c0bd + 80b9b43 commit bc8a5ac
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@

This is a Haskell implementation of an emulator for the Tesselated Intelligence System processor defined in the [Zachtronics game TIS100](http://www.zachtronics.com/tis-100/). It uses the assembly save format from the game and the layout and I/O specification defined in another [C-based open-source emulator implementation](https://github.com/Phlarx/tis).

The emulation is not quite complete since it does not yet support the ANY and LAST ports but everything else should work (🤞).

Thanks to [Derek Anderson](https://github.com/Phlarx) for the layout and I/O format spec and [Clara Schaertl Short et al](https://github.com/kk4ead) for the [best practices document](https://kk4ead.github.io/tis-100/).

0 comments on commit bc8a5ac

Please sign in to comment.