From 80b9b431866cd63af7e136f9a740dbfc430551d5 Mon Sep 17 00:00:00 2001 From: Gautham Ganapathy Date: Sun, 29 Oct 2023 14:04:29 +0000 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 387a9dc..82f1f15 100644 --- a/README.md +++ b/README.md @@ -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/).