added more bus bricks
This commit is contained in:
@@ -16,6 +16,7 @@ exec($LuaLogic::Path @ "bricks/gates/verticalNOT.cs");
|
||||
|
||||
//Inputs
|
||||
exec($LuaLogic::Path @ "bricks/inputs/switch.cs");
|
||||
exec($LuaLogic::Path @ "bricks/inputs/button.cs");
|
||||
exec($LuaLogic::Path @ "bricks/inputs/keyboard.cs");
|
||||
|
||||
//Outputs
|
||||
@@ -34,8 +35,10 @@ exec($LuaLogic::Path @ "bricks/math/8bitMultiplier.cs");
|
||||
exec($LuaLogic::Path @ "bricks/math/8bitDivider.cs");
|
||||
|
||||
//Bus
|
||||
exec($LuaLogic::Path @ "bricks/bus/8BitEnabler.cs");
|
||||
exec($LuaLogic::Path @ "bricks/bus/8BitBuffer.cs");
|
||||
exec($LuaLogic::Path @ "bricks/bus/8BitDFlipFlop.cs");
|
||||
exec($LuaLogic::Path @ "bricks/bus/8BitEnabler.cs");
|
||||
exec($LuaLogic::Path @ "bricks/bus/bus16.cs");
|
||||
|
||||
//Memory
|
||||
exec($LuaLogic::Path @ "bricks/memory/DFlipFlop.cs");
|
||||
|
||||
Reference in New Issue
Block a user