From 7c168da2cb6a4cff918edfdce93b32c67a3e398b Mon Sep 17 00:00:00 2001 From: Gautham Ganapathy Date: Thu, 2 Nov 2023 11:31:13 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4c04899..df0ff3f 100644 --- a/README.md +++ b/README.md @@ -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 (🤞).