added SR latch

This commit is contained in:
Redo
2019-09-18 22:41:29 -05:00
parent 46f8d92ed2
commit d309581199
2 changed files with 20 additions and 1 deletions

View File

@ -38,7 +38,8 @@ exec($LuaLogic::Path @ "bricks/bus/8BitDFlipFlop.cs");
//Memory
exec($LuaLogic::Path @ "bricks/memory/DFlipFlop.cs");
exec($LuaLogic::Path @ "bricks/memory/SRLatch.cs");
exec($LuaLogic::Path @ "bricks/memory/DFlipflopGridMemory2.cs");
//Special
exec($LuaLogic::Path @ "bricks/special/EventGate.cs");
exec($LuaLogic::Path @ "bricks/special/EventGate.cs");