Digital-Logic-Sim icon indicating copy to clipboard operation
Digital-Logic-Sim copied to clipboard

Misc features

Open CallumCM opened this issue 4 years ago • 8 comments

This is a fork of AOx0's merge of all other pull requests, this just has assorted features that I wanted including:

  • EEPROM: you can read binary from a .txt file on your computer
  • Keyboard: You can key keyboard input
  • Disp8: 8x8 display, with color

More detail on these chips in the in-game instructions section

I also removed some builtin gates, because I wanted to make them in-game myself.

Feel Free to Download the Installer for this here: DOWNLOAD

CallumCM avatar May 12 '21 22:05 CallumCM

also includes at least 4 times more instability

CallumCM avatar Jun 24 '21 00:06 CallumCM

Hey ! Thanks a lot for all of your work all, but i was wondering, is it possible when you have an input with a 4bit wire, to set its value ? when i click on it, nothing happen, and i would like to set its value to test my 4bit adder

(apart from using the keyboard chip which is a bit limited)

Azales94500 avatar Aug 25 '21 03:08 Azales94500

Doesn't Load Anything Reliably / or at all

Preloading avatar Aug 27 '21 02:08 Preloading

Guessing it's this error:

ArgumentException: Instance property 'Binder' is not defined for type 'System.Runtime.CompilerServices.CallSite1[System.Func3[System.Runtime.CompilerServices.CallSite,System.Object,System.String]]' Parameter name: propertyName at System.Linq.Expressions.Expression.Property (System.Linq.Expressions.Expression expression, System.String propertyName) [0x00051] in <c9bd839bfc2a408e8fe50c228b434484>:0 at System.Runtime.CompilerServices.CallSite1[T].CreateCustomUpdateDelegate (System.Reflection.MethodInfo invoke) [0x0050b] in :0 at System.Runtime.CompilerServices.CallSite1[T].MakeUpdateDelegate () [0x0015f] in <c9bd839bfc2a408e8fe50c228b434484>:0 at System.Runtime.CompilerServices.CallSite1[T].GetUpdateDelegate (T& addr) [0x0000d] in :0 at System.Runtime.CompilerServices.CallSite1[T].GetUpdateDelegate () [0x00000] in <c9bd839bfc2a408e8fe50c228b434484>:0 at System.Runtime.CompilerServices.CallSite1[T]..ctor (System.Runtime.CompilerServices.CallSiteBinder binder) [0x00007] in :0 at System.Runtime.CompilerServices.CallSite1[T].Create (System.Runtime.CompilerServices.CallSiteBinder binder) [0x0002c] in <c9bd839bfc2a408e8fe50c228b434484>:0 at ChipLoader.GetAllSavedChips (System.String[] chipPaths) [0x00068] in <04ce339e0b214bd997413de2ab20b1b9>:0 at SaveSystem.GetAllSavedChips () [0x00005] in <04ce339e0b214bd997413de2ab20b1b9>:0 at ChipSaver.IsSignalSafeToDelete (System.String chipName, System.String signalName) [0x00014] in <04ce339e0b214bd997413de2ab20b1b9>:0 at ChipInterfaceEditor.SelectSignal (ChipSignal signalToDrag) [0x00256] in <04ce339e0b214bd997413de2ab20b1b9>:0 at ChipInterfaceEditor.HandleSpawning () [0x0013f] in <04ce339e0b214bd997413de2ab20b1b9>:0 at ChipInterfaceEditor.HandleInput () [0x00194] in <04ce339e0b214bd997413de2ab20b1b9>:0 at ChipInterfaceEditor.OrderedUpdate () [0x0000d] in <04ce339e0b214bd997413de2ab20b1b9>:0 at ChipEditor.LateUpdate () [0x00000] in <04ce339e0b214bd997413de2ab20b1b9>:0

Preloading avatar Aug 27 '21 02:08 Preloading

does anyone have a download for it that i can use

FunkyEgg avatar Oct 06 '21 09:10 FunkyEgg

Hello where I can get download that actually works?

StiglCZ avatar Aug 30 '22 20:08 StiglCZ

https://github.com/DigitalLogicSimCommunity/Digital-Logic-Sim-CE/releases/tag/v0.38 @StiglCZ @FunkyEgg

CallumCM avatar Aug 30 '22 20:08 CallumCM

Thank you bro, i tried to compile it myself but it show up error that some json library was missing

StiglCZ avatar Aug 30 '22 21:08 StiglCZ