Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jdryg/dls-schematics
Schematics for DLS - The Digital Logic Simulator game http://makingartstudios.itch.io/dls
https://github.com/jdryg/dls-schematics
cpu digital dls logic schematic simulation
Last synced: 2 months ago
JSON representation
Schematics for DLS - The Digital Logic Simulator game http://makingartstudios.itch.io/dls
- Host: GitHub
- URL: https://github.com/jdryg/dls-schematics
- Owner: jdryg
- License: cc0-1.0
- Created: 2015-11-13T07:10:28.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2019-01-27T13:54:14.000Z (about 6 years ago)
- Last Synced: 2024-08-07T18:35:54.417Z (6 months ago)
- Topics: cpu, digital, dls, logic, schematic, simulation
- Language: Lua
- Size: 16.1 MB
- Stars: 155
- Watchers: 14
- Forks: 7
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dls-schematics
Schematics for DLS - The Digital Logic Simulator game http://makingartstudios.itch.io/dls**NOTES**:
1. All schematics in this repo require DLS v0.4 or greater (.sch version 1.1). If a schematic requires a specific version, it will be mentioned in the corresponding Readme.
2. All schematics are self-contained. Even if a schematic uses a component from another category, you don't have to download the component's schematic separately.## Table of Contents
* [Install a schematic](#install)
* [Install a package](#install_package)
* Categories
* [6502](6502/Readme.md)
* [74xx](74xx/Readme.md)
* [Arithmetic](Arithmetic/Readme.md)
* [Comparators](Comparators/Readme.md)
* [Decoders](Decoders/Readme.md)
* [i4004](i4004/Readme.md)
* [i8080](i8080/Readme.md)
* [Memory](Memory/Readme.md)
* [Multiplexers](Multiplexers/Readme.md)
* [Misc](Misc/Readme.md)
* [Sorting Networks](SortingNetworks/Readme.md)## Install a schematic
1. Download a copy of the schematic you are interested in and place it in the following folder:
* DLS v0.6.1 or lower: `%APPDATA%\DLS\schematics`
* DLS v0.7.0 or greater: `%USERPROFILE%\Documents\DLS\schematics`
2. Start DLS. You can load the new schematic via the `Load Schematic` button on the main toolbar.## Install a package
1. Download a copy of the package you are interested in, from the `packages` folder, and place it in the following folder:
* DLS v0.6.1 or lower: `%APPDATA%\DLS\packages`
* DLS v0.7.0 or greater: `%USERPROFILE%\Documents\DLS\packages`
2. Start DLS. The new package should be available in your library.