took out verilog for now

This commit is contained in:
Steven Hugg 2018-11-25 07:58:53 -05:00
parent 637f53c8a7
commit e51a49b18d
2 changed files with 12 additions and 3 deletions

View File

@ -92,6 +92,13 @@ if (window.location.host.endsWith('8bitworkshop.com')) {
</p>
</div>
<div class="col-md-4">
<h2><a href="redir.html?platform=apple2">Apple ][+</a></h2>
<p>
You can even write C or 6502 assembler code for Woz's creation, the
<a href="redir.html?platform=apple2">Apple ][+</a>.
Thrill to the unusual frame buffer layout and one-bit speaker output!
<img class="img-responsive" src="//upload.wikimedia.org/wikipedia/commons/thumb/6/68/Apple_II_Plus.jpg/512px-Apple_II_Plus.jpg">
<!--
<h2><a href="redir.html?platform=verilog">Hardware Design</a></h2>
<p>
Software not enough for you?
@ -105,6 +112,7 @@ if (window.location.host.endsWith('8bitworkshop.com')) {
and connect to a legacy CRT or TV.
</p>
<img class="img-responsive" src="images/fpga.jpg">
-->
</div>
</div>
@ -136,7 +144,7 @@ if (window.location.host.endsWith('8bitworkshop.com')) {
</div>
</div>
</div>
<!--
<div class="container">
<div class="row">
<div class="col-md-2">
@ -156,7 +164,7 @@ At the end of this adventure, you should be well-equipped to begin exploring the
</div>
</div>
</div>
-->
<h1 class="text-center">Supported Platforms</h1>
<div class="container">

View File

@ -106,7 +106,6 @@ if (window.location.host.endsWith('8bitworkshop.com')) {
<a tabindex="-1" href="#">Arcade Systems</a>
<ul class="dropdown-menu">
<!--<li><a class="dropdown-item" href="?platform=vcs-mame" id="item_platform_vcs">Atari VCS (MAME)</a></li>-->
<!--<li><a class="dropdown-item" href="?platform=apple2" id="item_platform_apple2">Apple ][</a></li>-->
<li><a class="dropdown-item" href="?platform=vicdual" id="item_platform_vicdual">VIC Dual</a></li>
<li><a class="dropdown-item" href="?platform=mw8080bw" id="item_platform_mw8080bw">Midway 8080</a></li>
<li><a class="dropdown-item" href="?platform=galaxian-scramble" id="item_platform_galaxian_scramble">Galaxian/Scramble Hardware</a></li>
@ -115,12 +114,14 @@ if (window.location.host.endsWith('8bitworkshop.com')) {
<li><a class="dropdown-item" href="?platform=sound_williams-z80" id="item_platform_sound_williams_z80">Williams Sound (Z80)</a></li>
</ul>
</li>
<!--
<li class="dropdown dropdown-submenu">
<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>
</ul>
</li>
-->
<li class="dropdown dropdown-submenu">
<a tabindex="-1" href="#">Other</a>
<ul class="dropdown-menu">