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

Merge #72, #59, #45

Open pudy248 opened this issue 2 years ago • 1 comments

  • Merged #45. Made some alterations to to fix bugs, including making it work with zoom, making it work with small .bin files, and changing the IO to busses for ease of use.
  • Merged #59.
  • Merged #72. Fixed 2 minor bugs. Also changed the High-Z value from -1 (no longer usable due to uints) to a random number that hopefully won't be encountered in normal use. This could cause exceedingly difficult-to-trace bugs in people's circuits, but there's not really a different way to do it.
  • Increased zoom sensitivity since it was an issue with some users.

Credits haven't been updated so you may want to do that before merging.

pudy248 avatar Feb 25 '23 03:02 pudy248

FYI, #72 is broken:

Loading save files is corrupt; pin names seem to get an incrementing number added to the end of them, and logic is broken in big circuits.

GideonBear avatar Mar 16 '23 11:03 GideonBear