mirror of
https://github.com/sehugg/8bitworkshop.git
synced 2024-11-22 14:33:51 +00:00
took out verilog for now
This commit is contained in:
parent
637f53c8a7
commit
e51a49b18d
12
demo.html
12
demo.html
@ -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">
|
||||
|
@ -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">
|
||||
|
Loading…
Reference in New Issue
Block a user