mirror of
https://github.com/sehugg/8bitworkshop.git
synced 2024-11-25 18:33:11 +00:00
fixed url
This commit is contained in:
parent
75227a3ea5
commit
c25d66543e
25
demo.html
25
demo.html
@ -92,24 +92,15 @@ 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?
|
||||
Use our
|
||||
<a href="redir.html?platform=verilog">Verilog</a>
|
||||
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.
|
||||
Plenty of examples are included to teach logic programming.
|
||||
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.
|
||||
</p>
|
||||
<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">
|
||||
</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>
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user