Vicious/index.html

87 lines
6.1 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---sound-card-for-the-apple-1-computer" class="anchor" href="#vicious---sound-card-for-the-apple-1-computer"><span class="octicon octicon-link"></span></a>Vicious - Sound Card for the Apple-1 Computer</h1>
<p>Hello and welcome to checkout this project on mine which is about creating a sound card for the legendary and pioneering home computer of the seventies, the <a href="http://en.wikipedia.org/wiki/Apple_I">Apple-1</a>. </p>
<p><img src="http://sampopeltonen.github.io/Vicious/images/Vicious-Proto-A-scaled.jpg" alt="Vicious Sound Card Prototype A"></p>
<h3>
<a name="project-status" class="anchor" href="#project-status"><span class="octicon octicon-link"></span></a>Project Status</h3>
<p>Current status now, on April 2014, is that the first and the only prototype of the sound card exists with the features explained in this page. Some fixes and changes need to be done to the circuit board and next version of the circuit board will be manufactured soon. I sure hope it's going to be the final version because is not that cheap fun.</p>
<h3>
<a name="features-overview" class="anchor" href="#features-overview"><span class="octicon octicon-link"></span></a>Features Overview</h3>
<ul>
<li>SID Chip for sound generation. SID is the sound chip used in Commodore 64.</li>
<li>CIA Chip for timed interrupt generation. Without timer there could be no rhythm. Timer can also be used for other applications. For the next version I'll try to fit in pin holes for CIA chip's input/output ports. For example a joystick could be connected there. And don't ask what use might a joystick have in Apple-1. ;)</li>
<li>Onboard ROM for <a href="https://github.com/sampopeltonen/Vicious">firmware</a> which at moment means a menu driven "Vicious SID Player" with CFFA1 card integration. I also try to fit in an API to ease software access to some of the card's features.</li>
<li>The firmware on the card can be updated (EEPROM re-programmed) in-place by just moving the write-protection jumper and running the update program.</li>
<li>Audible digital noise, buzzes and hums are quite low level. At least I'm happy with the result. Although nothing beats the sound of the SID chip, it cannot be considered as a hifi device in traditional sense so you'll always hear something "extra".</li>
</ul><h3>
<a name="technical-details" class="anchor" href="#technical-details"><span class="octicon octicon-link"></span></a>Technical Details</h3>
<ul>
<li>Uses only the 5V power line. SID chip needs also 12V (that is for original 6581 model, 9V for the later 8580 model) but it's generated on the card from the 5V line with dc-dc step-up converter. Original Apple-1 should have 12V available, but most of the clones/replicas don't have that, mine included.</li>
<li>By changing 3 components on the board, the card can host 8580 version of the SID chip instead of 6581 version, but I haven't tested that yet.</li>
<li>Occupies 4kB of the computer's memory address space: $B000-$BFFF. The firmware $B000-BEFF, SID: $BF00-$BF7F, CIA: $BF80-$BFFF.</li>
<li>CIA Chip's IRQ line is connected to processor's IRQ line.</li>
<li>"Vicious Sid Player" is able play many of the tunes created for Commodore 64 environment, but not all. Some tunes run in an address space that is not RAM in the Apple-1. Some tunes configure interrupt generating devices themselves and there are more interrupt sources on real C64 than a single CIA chip.</li>
<li>SID chip is not in the same address as it is in the Commodore 64, that's not even possible, so tunes and for example sound generating programming examples need to be modified for all SID accesses. Tunes are modified automatically by Vicious SID Player and it has worked surprisingly well but the method is not 100% reliable.</li>
</ul><h3>
<a name="availability" class="anchor" href="#availability"><span class="octicon octicon-link"></span></a>Availability</h3>
<p>Will be decided later. If you want to be kept informed, drop me a line in my gmail address. That's with the prefix "sampo.peltonen". In any case I cannot supply SID or CIA chips, you'll need to find those from somewhere else.</p>
</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]-->
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-50256636-1");
pageTracker._trackPageview();
} catch(err) {}
</script>
</body>
</html>