mirror of
https://github.com/sehugg/8bitworkshop.git
synced 2024-11-21 23:30:58 +00:00
added verilog-vga to platform list; updated tss
This commit is contained in:
parent
cde43b361f
commit
04e6343875
2
.gitmodules
vendored
2
.gitmodules
vendored
@ -9,7 +9,7 @@
|
||||
url = https://github.com/philschatz/octokat.js
|
||||
[submodule "tss"]
|
||||
path = tss
|
||||
url = https://github.com/toyoshim/tss
|
||||
url = https://github.com/sehugg/tss
|
||||
[submodule "FileSaver.js"]
|
||||
path = FileSaver.js
|
||||
url = https://github.com/eligrey/FileSaver.js
|
||||
|
@ -131,6 +131,7 @@ if (window.location.host.endsWith('8bitworkshop.com')) {
|
||||
<a tabindex="-1" href="#">Hardware</a>
|
||||
<ul class="dropdown-menu">
|
||||
<li><a class="dropdown-item" href="?platform=verilog" id="item_platform_verilog">Verilog</a></li>
|
||||
<li><a class="dropdown-item" href="?platform=verilog-vga" id="item_platform_verilog">Verilog (VGA @ 25 Mhz)</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="dropdown dropdown-submenu">
|
||||
|
2
tss
2
tss
@ -1 +1 @@
|
||||
Subproject commit 61a1691a1de05dca3b694bf603db49ffbaf572cf
|
||||
Subproject commit cdd23d15c36821b254eb2a836697cfd0379df894
|
Loading…
Reference in New Issue
Block a user