From 188e5e577143d82c20ba5db61850b5bf057e346a Mon Sep 17 00:00:00 2001 From: Simon Fortier Date: Sun, 23 Dec 2018 12:21:48 -0500 Subject: [PATCH] Updated Hardware: Radio Receiver (markdown) --- Hardware:-Radio-Receiver.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Hardware:-Radio-Receiver.md b/Hardware:-Radio-Receiver.md index 828b57e..8778054 100644 --- a/Hardware:-Radio-Receiver.md +++ b/Hardware:-Radio-Receiver.md @@ -1,4 +1,4 @@ -NOTE: This is based off of a quick reading of the source code. YMMV - mlaga97 +The radio receiver hardware allows an unit to read messages from [Radio Towers](https://github.com/simon987/Much-Assembly-Required/wiki/Radio-Tower). ### Specifications Manufacturer: Apachicorp @@ -9,6 +9,6 @@ Hardware ID: `0x000C` ### Interrupt Behavior | Value of A | Action | Energy cost | Result | | --- | --- | --- | --- | -| `1` | `RADIO_LISTEN` | `? kJ` | Writes the number of messages to B, and copies the messages to RAM starting at address X | +| `1` | `RADIO_LISTEN` | `0 kJ` | Writes the number of messages to B, and copies the messages to RAM starting at address X | -The maximum number of messages per tick appears to be 16. \ No newline at end of file +Each message is `8` words long, meaning that the total number of words written is `B * 8`. The maximum number of messages per tick per tower is 16, however the receiver can read an unlimited number of messages at a time. \ No newline at end of file