added more bus bricks

This commit is contained in:
Redo
2020-05-17 08:22:00 -05:00
parent ba94172cc8
commit 74401cd7f6
44 changed files with 78241 additions and 12 deletions

View File

@@ -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");