# dls-schematics
**Repository Path**: github_txyx/dls-schematics
## Basic Information
- **Project Name**: dls-schematics
- **Description**: Schematics for DLS - The Digital Logic Simulator game http://makingartstudios.itch.io/dls
- **Primary Language**: Unknown
- **License**: CC0-1.0
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2020-12-14
- **Last Updated**: 2020-12-19
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## 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.