Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lisphacker committed Nov 2, 2023
1 parent a4a9e99 commit 7c168da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# tis100

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).
This is a Haskell implementation of an emulator for the Tesselated Intelligence System processor defined in the [Zachtronics game TIS-100](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 (🤞).

Expand Down

0 comments on commit 7c168da

Please sign in to comment.