From 61477205e1870979fe93f4c0799111aa9a86eb6f Mon Sep 17 00:00:00 2001 From: Simon Fortier Date: Sat, 11 Nov 2017 22:14:34 -0500 Subject: [PATCH] Updated Hardware: Hologram (markdown) --- Hardware:-Hologram.md => Hardware:-Hologram-Projector.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) rename Hardware:-Hologram.md => Hardware:-Hologram-Projector.md (55%) diff --git a/Hardware:-Hologram.md b/Hardware:-Hologram-Projector.md similarity index 55% rename from Hardware:-Hologram.md rename to Hardware:-Hologram-Projector.md index 288f797..71a84bf 100644 --- a/Hardware:-Hologram.md +++ b/Hardware:-Hologram-Projector.md @@ -9,4 +9,7 @@ Hardware ID: `0x0009` ### Interrupt Behavior | Value of A | Action | Energy cost | Result | | --- | --- | --- | --- | -| (any) | `DISPLAY` | `0 kJ` | Displays the value of the A register | +| 0 | `CLEAR` | `0 kJ` | Don't display anything | +| Any other value | `DISPLAY` | `0 kJ` | Displays the value of the A register | + +Note that the Hologram Projector will clear itself at the end of the tick, it is only necessary to use CLEAR when you want to cancel a DISPLAY command executed within the same tick.