add enabler, wider buses, and pixel brick

This commit is contained in:
Redo
2020-08-26 18:38:50 -05:00
parent 1fad9fd375
commit 4095d193ff
150 changed files with 261810 additions and 8 deletions

View File

@@ -0,0 +1,4 @@
return function(gate)
gate:cb(gate.ports[1].state and 1 or 0)
end