Vicious/index.html
2014-04-21 17:23:00 +03:00

60 lines
2.3 KiB
HTML

<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>Vicious by sampopeltonen</title>
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/pygment_trac.css">
<script src="javascripts/scale.fix.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class="wrapper">
<header>
<h1 class="header">Vicious</h1>
<p class="header">Sound card for Apple-1 computer. Based on SID and CIA chips.</p>
<ul>
<li class="download"><a class="buttons" href="https://github.com/sampopeltonen/Vicious/zipball/master">Download ZIP</a></li>
<li class="download"><a class="buttons" href="https://github.com/sampopeltonen/Vicious/tarball/master">Download TAR</a></li>
<li><a class="buttons github" href="https://github.com/sampopeltonen/Vicious">View On GitHub</a></li>
</ul>
<p class="header">This project is maintained by <a class="header name" href="https://github.com/sampopeltonen">sampopeltonen</a></p>
</header>
<section>
<h1>
<a name="vicious" class="anchor" href="#vicious"><span class="octicon octicon-link"></span></a>Vicious</h1>
<p>Sound card for Apple-1 computer. Based on SID and CIA chips.</p>
<h3>
<a name="features" class="anchor" href="#features"><span class="octicon octicon-link"></span></a>Features</h3>
<ul>
<li>SID Chip for sound generation. SID Chip is the sound chip used in Commodore 64.</li>
<li>CIA Chip for timed interrupt generation. Without timer there could be no rhythm.</li>
<li>Onboard ROM for firmware: Sid Tune player and an API.</li>
</ul><h3>
<a name="technical-details" class="anchor" href="#technical-details"><span class="octicon octicon-link"></span></a>Technical Details</h3>
<ul>
<li>TODO...</li>
</ul>
</section>
<footer>
<p><small>Hosted on <a href="http://pages.github.com">GitHub Pages</a> using the Dinky theme</small></p>
</footer>
</div>
<!--[if !IE]><script>fixScale(document);</script><![endif]-->
</body>
</html>