Commit Graph

5 Commits

Author SHA1 Message Date
f070f6510e New textures for the T416, it now looks like a somewhat unbalanced core memory module. 2017-01-14 17:19:38 +11:00
ec2ca17af5 Deleted a vim swap file, I really need to write some gitignores 2016-12-10 19:14:49 +11:00
1ae4504eb7 It actually works :D 2016-12-10 19:14:18 +11:00
e96e5793dd Cleaned up the T416 a bit 2016-10-06 15:00:03 +11:00
0e489bcec4 Added a memory node, stores 16 values and takes into account an offset.
It's accessed using a channel in the form of sending a digiline message:
Channel: <prefix><address + offset>
Message:
 - For read: "get"
 - For write: a number (it doesn't really mind beyond that)
2016-10-06 14:47:51 +11:00