more wires, fix rom

This commit is contained in:
Redo0
2021-07-24 15:32:14 -05:00
parent 4501eea02e
commit 519a887dca
30 changed files with 171 additions and 80 deletions

View File

@@ -7,6 +7,7 @@ exec("./gates/diode.cs");
exec("./gates/NOT.cs");
exec("./gates/verticalDiode.cs");
exec("./gates/verticalNOT.cs");
exec("./gates/srlatch.cs");
exec("./inputs/switch.cs");
exec("./inputs/button.cs");