1
0
mirror of https://github.com/sehugg/8bitworkshop.git synced 2024-11-25 18:33:11 +00:00

fixed url

This commit is contained in:
Steven Hugg 2018-12-15 13:19:28 -05:00
parent 75227a3ea5
commit c25d66543e

View File

@ -92,24 +92,15 @@ if (window.location.host.endsWith('8bitworkshop.com')) {
</p> </p>
</div> </div>
<div class="col-md-4"> <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> <h2><a href="redir.html?platform=verilog">Hardware Design</a></h2>
<p> <p>
Software not enough for you?
Use our Use our
<a href="redir.html?platform=verilog">Verilog</a> <a href="redir.html?platform=verilog">Verilog</a>
compiler to design a 8-bit game platform from scratch. compiler to design a 8-bit game platform from scratch.
We'll run your design in real time in the browser, displaying the output on a simulated CRT. We'll run your design in real time in the browser, displaying the output on a simulated CRT.
Plenty of examples are included to teach logic programming. Plenty of examples are included to teach logic programming.
The book even shows you how to synthesize your code to the The book even shows you how to synthesize your code to the
<a href="<a target="_blank" href="https://www.amazon.com/gp/product/B00R3QU9K0/ref=as_li_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=B00R3QU9K0&linkCode=as2&tag=pzp-20&linkId=5e51c89e29bec87dfb4d81f89fdec3fe">Lattice iCE Stick FPGA</a><img src="//ir-na.amazon-adsystem.com/e/ir?t=pzp-20&l=am2&o=1&a=B00R3QU9K0" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" /> <a target="_blank" href="https://www.amazon.com/gp/product/B00R3QU9K0/ref=as_li_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=B00R3QU9K0&linkCode=as2&tag=pzp-20&linkId=5e51c89e29bec87dfb4d81f89fdec3fe">Lattice iCE Stick FPGA</a><img src="//ir-na.amazon-adsystem.com/e/ir?t=pzp-20&l=am2&o=1&a=B00R3QU9K0" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" />
and connect to a legacy CRT or TV. and connect to a legacy CRT or TV.
</p> </p>
<img class="img-responsive" src="images/fpga.jpg"> <img class="img-responsive" src="images/fpga.jpg">
@ -238,6 +229,20 @@ At the end of this adventure, you should be well-equipped to begin exploring the
<img class="img-responsive center-block" src="images/scrnshots/williams-1-fs8.png"> <img class="img-responsive center-block" src="images/scrnshots/williams-1-fs8.png">
</div> </div>
</div> </div>
<div class="row">
<div class="col-md-4">
</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">
</div>
<div class="col-md-4">
</div>
</div>
</div> </div>