Create gh-pages branch via GitHub

This commit is contained in:
Sampo Peltonen 2014-04-22 08:23:42 +03:00
parent 0bcb968beb
commit 572049cbf4
2 changed files with 12 additions and 2 deletions

View File

@ -71,6 +71,16 @@
</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>

View File

@ -1 +1 @@
{"name":"Vicious","tagline":"Sound card for Apple-1 computer. Based on SID and CIA chips.","body":"Vicious - Sound Card for the Apple-1 Computer\r\n=============================================\r\nHello 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 [Apple-1](http://en.wikipedia.org/wiki/Apple_I). \r\n\r\n![Vicious Sound Card Prototype A](http://sampopeltonen.github.io/Vicious/images/Vicious-Proto-A-scaled.jpg)\r\n\r\n### Project Status\r\n\r\nCurrent 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.\r\n\r\n### Features Overview\r\n\r\n* SID Chip for sound generation. SID is the sound chip used in Commodore 64.\r\n* 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. ;)\r\n* Onboard ROM for [firmware](https://github.com/sampopeltonen/Vicious) 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.\r\n* 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.\r\n* 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\".\r\n\r\n### Technical Details\r\n\r\n* 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.\r\n* 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.\r\n* Occupies 4kB of the computer's memory address space: $B000-$BFFF. The firmware $B000-BEFF, SID: $BF00-$BF7F, CIA: $BF80-$BFFF.\r\n* CIA Chip's IRQ line is connected to processor's IRQ line.\r\n* \"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.\r\n* 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.\r\n\r\n### Availability\r\n\r\nWill 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.","google":"","note":"Don't delete this file! It's used internally to help with page regeneration."}
{"name":"Vicious","tagline":"Sound card for Apple-1 computer. Based on SID and CIA chips.","body":"Vicious - Sound Card for the Apple-1 Computer\r\n=============================================\r\nHello 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 [Apple-1](http://en.wikipedia.org/wiki/Apple_I). \r\n\r\n![Vicious Sound Card Prototype A](http://sampopeltonen.github.io/Vicious/images/Vicious-Proto-A-scaled.jpg)\r\n\r\n### Project Status\r\n\r\nCurrent 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.\r\n\r\n### Features Overview\r\n\r\n* SID Chip for sound generation. SID is the sound chip used in Commodore 64.\r\n* 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. ;)\r\n* Onboard ROM for [firmware](https://github.com/sampopeltonen/Vicious) 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.\r\n* 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.\r\n* 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\".\r\n\r\n### Technical Details\r\n\r\n* 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.\r\n* 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.\r\n* Occupies 4kB of the computer's memory address space: $B000-$BFFF. The firmware $B000-BEFF, SID: $BF00-$BF7F, CIA: $BF80-$BFFF.\r\n* CIA Chip's IRQ line is connected to processor's IRQ line.\r\n* \"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.\r\n* 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.\r\n\r\n### Availability\r\n\r\nWill 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.","google":"UA-50256636-1","note":"Don't delete this file! It's used internally to help with page regeneration."}