replaced a lot ofbricks with generated ones
This commit is contained in:
27
bricks/execall.cs
Normal file
27
bricks/execall.cs
Normal file
@@ -0,0 +1,27 @@
|
||||
|
||||
function lualogic_require(%fn){}
|
||||
|
||||
exec("./gen/execall.cs");
|
||||
|
||||
exec("./gates/diode.cs");
|
||||
exec("./gates/NOT.cs");
|
||||
exec("./gates/verticalDiode.cs");
|
||||
exec("./gates/verticalNOT.cs");
|
||||
|
||||
exec("./inputs/switch.cs");
|
||||
exec("./inputs/button.cs");
|
||||
exec("./inputs/keyboard.cs");
|
||||
|
||||
exec("./math/8bitAdder.cs");
|
||||
exec("./math/8bitSubtractor.cs");
|
||||
exec("./math/8bitMultiplier.cs");
|
||||
exec("./math/8bitDivider.cs");
|
||||
exec("./math/FullAdder.cs");
|
||||
exec("./math/HalfAdder.cs");
|
||||
|
||||
exec("./outputs/TextBrick2.cs");
|
||||
|
||||
exec("./special/EventGate.cs");
|
||||
|
||||
exec("./big/cpu1.cs");
|
||||
exec("./big/ram8x12.cs");
|
||||
Reference in New Issue
Block a user