Skip to content

Commit

Permalink
Deploying to gh-pages from @ d733a2c 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
sehugg committed Jan 16, 2024
1 parent 75d8ea2 commit 45729f8
Show file tree
Hide file tree
Showing 152 changed files with 6,119 additions and 366 deletions.
19 changes: 12 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,19 +45,21 @@ Note: Github tests may fail due to lack of API key.

## License

Copyright © 2016-2022 [Steven Hugg](https://github.com/sehugg).
Copyright © 2016-2024 [Steven E. Hugg](https://github.com/sehugg).

This project is [GPL-3.0](https://github.com/sehugg/8bitworkshop/blob/master/LICENSE) licensed.

Dependencies retain their original licenses.
This project, unless specifically noted, is multi-licensed.
You may choose to adhere to the terms of either the [GPL-3.0](https://github.com/sehugg/8bitworkshop/blob/master/LICENSE) License for the entire project or respect the individual licenses of its dependencies and included code samples, as applicable.

All included code samples (all files under the presets/ directory) are licensed under
This project includes various dependencies, modules, and components that retain their original licenses.
For detailed licensing information for each dependency, please refer to the respective files and documentation.

All included code samples located in the presets/ directory are licensed under
[CC0](https://creativecommons.org/publicdomain/zero/1.0/)
unless otherwise licensed.
unless a different license is explicitly stated within the specific code sample.

## Dependencies

The IDE uses custom forks for many of these, found at https://github.com/sehugg?tab=repositories
## Dependencies

### Emulators

Expand All @@ -84,6 +86,7 @@ The IDE uses custom forks for many of these, found at https://github.com/sehugg?
* https://github.com/wiz-lang/wiz
* https://github.com/sylefeb/Silice
* https://github.com/steux/cc7800
* https://bellard.org/tcc/

### Assemblers/Linkers

Expand Down Expand Up @@ -112,6 +115,8 @@ The IDE uses custom forks for many of these, found at https://github.com/sehugg?
* https://github.com/sehugg/8bitworkshop-compilers
* https://github.com/sehugg/8bit-tools
* https://github.com/sehugg/awesome-8bitgamedev
* https://github.com/sehugg?tab=repositories


## Tool Server (experimental)

Expand Down
11 changes: 8 additions & 3 deletions css/ui.css
Original file line number Diff line number Diff line change
Expand Up @@ -127,13 +127,15 @@ div.mem_info {
bottom: 10px;
background-color: #333;
color: #66ff66;
white-space: pre;
padding: 20px;
z-index: 12;
font-family: "Andale Mono", "Menlo", "Lucida Console", monospace;
font-size: 12pt;
box-shadow: 0px 0px 8px rgba(0,0,0,.5);
max-height: 90vh;
}
div.mem_info_msg {
white-space: pre;
padding: 20px;
max-height: 80vh;
overflow-y: auto;
}
div.mem_info a {
Expand All @@ -148,6 +150,9 @@ div.mem_info a:hover {
div.mem_info a.selected {
color: #ffffff;
}
div.mem_info button {
color: #fff;
}
.mem_info_links {
text-align:right;
}
Expand Down
4 changes: 2 additions & 2 deletions gen/apple2-2LVORDRQ.js → gen/apple2-EBLV7QZ6.js

Large diffs are not rendered by default.

File renamed without changes.
9 changes: 9 additions & 0 deletions gen/arm32-IVL2WI33.js

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions gen/arm32-IVL2WI33.js.map

Large diffs are not rendered by default.

7 changes: 0 additions & 7 deletions gen/arm32-R5NJVEXG.js

This file was deleted.

7 changes: 0 additions & 7 deletions gen/arm32-R5NJVEXG.js.map

This file was deleted.

4 changes: 2 additions & 2 deletions gen/astrocade-Q5URXEDG.js → gen/astrocade-B6S7IURT.js

Large diffs are not rendered by default.

File renamed without changes.
4 changes: 2 additions & 2 deletions gen/atari7800-NF4HMROI.js → gen/atari7800-QWAA5553.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

File renamed without changes.
Loading

0 comments on commit 45729f8

Please sign in to comment.