add halfwidth text bricks
This commit is contained in:
@ -11,6 +11,8 @@ return function(gate, argv)
|
||||
|
||||
local code = keycode+(status and 128 or 0)
|
||||
|
||||
if #gate.queueBits > 1024 return end
|
||||
|
||||
queueBit(gate, 1)
|
||||
for bitidx = 1, 8 do
|
||||
local val = bit.band(code, 0x80)
|
||||
|
Reference in New Issue
Block a user