MOS Technology 6581

Last updated
MOS Technology SIDs. The left chip is a 6581. The right chip is an 8580. 'CSG' stands for Commodore Semiconductor Group. The numbers 3884 and 0692 are in WWYY form, i.e. the chips were produced week 38 of 1984 and week 06 of 1992. The last number is assumed to be a batch number. SID chips.jpg
MOS Technology SIDs. The left chip is a 6581. The right chip is an 8580. 'CSG' stands for Commodore Semiconductor Group. The numbers 3884 and 0692 are in WWYY form, i.e. the chips were produced week 38 of 1984 and week 06 of 1992. The last number is assumed to be a batch number.

The MOS Technology 6581/8580 SID (Sound Interface Device) is the built-in programmable sound generator chip of the Commodore CBM-II, Commodore 64, [1] Commodore 128, and MAX Machine home computers.

Contents

Together with the VIC-II graphics chip, the SID was instrumental in making the C64 the best-selling home computer in history, [2] and is partly credited for initiating the demoscene.

History

The SID was devised by engineer Bob Yannes, who later co-founded the Ensoniq digital synthesizer and sampler company. Yannes headed a team that included himself, two technicians and a CAD operator, who designed and completed the chip in five months in the latter half of 1981. Yannes was inspired by previous work in the synthesizer industry and was not impressed by the current state of computer sound chips. Instead, he wanted a high-quality instrument chip, which is the reason why the SID has features like the envelope generator, previously not found in home computer sound chips. [3] [4] :235

I thought the sound chips on the market, including those in the Atari computers, were primitive and obviously had been designed by people who knew nothing about music. [4] :235

Robert Yannes, On the Edge: The Spectacular Rise and Fall of Commodore

Emphasis during chip design was on high-precision frequency control, and the SID was originally designed to have 32 independent voices, sharing a common wavetable lookup scheme that would be time multiplexed. [4] :235 However, these features could not be finished in time, so instead the mask work for a certain working oscillator was simply replicated three times across the chip's surface, creating three voices each with its own oscillator. Another feature that was not incorporated in the final design was a frequency look-up table for the most common musical notes, a feature that was dropped because of space limitations. [4] :236 The support for an audio input pin was a feature Yannes added without asking, which in theory would have allowed the chip to be used as a simple effect processor. The masks were produced in 7-micrometer technology to gain a high yield; the state of the art at the time was 6-micrometer technologies. [4] :236

The chip, like the first product using it (the Commodore 64), was finished in time for the Consumer Electronics Show in the first weekend of January 1982. Even though Yannes was partly displeased with the result, his colleague Charles Winterble said: "This thing is already 10 times better than anything out there and 20 times better than it needs to be." [4] :237

The specifications for the chip were not used as a blueprint. Rather, they were written as the development work progressed, and not all planned features made it into the final product. Yannes claims he had a feature-list of which three quarters made it into the final design. The later revision (8580) was revised to more closely match the specifications. For example, the 8580 slightly improved upon the ability to perform a binary AND between two waveforms, which the SID can only do in an odd and illogical manner that results in messy, and in some cases nearly silent, waveforms. Wave combinations on the 8580 result in cleaner waveforms than on the 6581, although irregularities are still present. Another feature that differs between the two revisions is the filter, as the 6581 version is far away from the specification.[ citation needed ]

Design

6581/6582/8580R5 Pin configuration MOS6581.svg
6581/6582/8580R5 Pin configuration

The SID is a mixed-signal integrated circuit, featuring both digital and analog circuitry. All control ports are digital, while the output ports are analog. The SID features three voices, with four types of waveforms able to be selected per voice: pulse wave (with variable duty cycle), triangle wave, sawtooth wave, and pseudorandom noise (called white noise in documentation). Multiple waveform types may be selected simultaneously, which produces certain complex/combined waveforms. The oscillators of each voice are built on a 24-bit phase accumulator. A voice playing a triangle waveform may be ring-modulated with one of the other voices, where the triangle waveform's bits are inverted when the MSB of the modulating voice's accumulator is set, producing a discontinuity and inversion of direction with the triangle's ramp. Voices may also be hard-synced to each other, where the synced voice's oscillator is reset whenever the MSB of the syncing voice's accumulator is increased. If both ring modulation and hard-sync are set to affect the same voice, the two effects are combined. The voice that ring modulates and/or syncs a given affected voice is determined by the following pattern: voice 1 affects voice 2, voice 2 affects voice 3, and voice 3 affects voice 1.

Each voice may be routed into a common, digitally controlled analog 12 dB/octave multimode filter, which is constructed with aid of external capacitors to the chip. The filter has lowpass, bandpass and highpass outputs, which can be individually selected for final output amplification via the master volume register. Filter modes can also be combined together. For example, using a combined state of lowpass and highpass results in a notch (or inverted bandpass) output. [5] The programmer may vary the filter's cutoff frequency and resonance. An external audio-in port enables external audio to be passed through the filter.

The ring modulation, filter, and programming techniques such as arpeggio (rapid cycling between frequencies to make chord-like sounds) together produce the characteristic feel and sound of SID music.

Due to imperfect manufacturing technologies of the time and poor separation between the analog and digital parts of the chip, the 6581's output (before the amplifier stage) was always slightly biased from the zero level. Each time the volume register was altered, an audible click was produced. By quickly adjusting the amplifier's gain through the main 4-bit volume register, this bias could be modulated as PCM, resulting in a "virtual" fourth channel allowing 4-bit digital sample playback. The glitch was known and used from an early point on, first by Electronic Speech Systems to produce sampled speech in games such as Impossible Mission (1984, Epyx) and Ghostbusters (1984, Activision). The first instance of samples being used in actual musical compositions was by Martin Galway in Arkanoid (1987, Imagine), although he had copied the idea from an earlier drum synthesizer package called Digidrums. The length of sampled sound playback was limited first by memory and later technique. Kung Fu Fighting (1986), a popular early sample, has a playback length measured in seconds. c64mp3 (2010) and Cubase64 (2010) demonstrate playback lengths measured in minutes. Also, it was hugely CPU intensive - one had to output the samples very fast (in comparison to the speed of the 6510 CPU).

The better manufacturing technology in the 8580 used in the later revisions of Commodore 64C and the Commodore 128 DCR caused the bias to almost entirely disappear, causing the digitized sound samples to become very quiet. Fortunately, the volume level could be mostly restored with either a hardware modification (biasing the audio-in pin), or more commonly a software trick involving using the Pulse waveform to intentionally recreate the required bias. The software trick generally renders one voice temporarily unusable, although clever musical compositions can make this problem less noticeable. An excellent example of this quality improvement noticeably reducing a sampled channel can be found in the introduction to Electronic Arts' game Skate or Die (1987). The guitar riff played is all but missing when played on the Commodore 64c or the Commodore 128.

At the X'2008 demo party, a completely new method of playing digitized samples was unveiled. The method allows for an unprecedented four (software-mixed) channels of 8-bit samples with optional filtering on top of all samples, as well as two ordinary SID sound channels. [6] [7] The method works by resetting the oscillator using the waveform generator test bit, quickly ramping up the new waveform with the Triangle waveform selected, and then disabling all waveforms, resulting in the DAC continuing to output the last value---which is the desired sample. This continues for as long as two scanlines, which is ample time for glitch-free, arbitrary sample output. It is however more CPU-intensive than the 4-bit volume register DAC trick described above. Because the filtering in a SID chip is applied after the waveform generators, samples produced this way can be filtered normally.

The original manual for the SID mentions that if several waveforms are enabled at the same time, the result will be a binary AND between them. What happens in reality is that the input to the waveform DAC pins receives several waveforms at once. For instance, the Triangle waveform is made with a separate XOR circuit and a shift-to-left circuit. The top bit drives whether the XOR circuit inverts the accumulator value seen by the DAC. Thus, enabling triangle and sawtooth simultaneously causes adjacent accumulator bits in the DAC input to mix. (The XOR circuit does not come to play because it is always disabled whenever the sawtooth waveform is selected.) The pulse waveform is built by joining all the DAC bits together via a long strip of polysilicon, connected to the pulse control logic that digitally compares current accumulator value to the pulse width value. Thus, selecting the pulse waveform together with any other waveform causes every bit on the DAC to partially mix, and the loudness of the waveform is affected by the state of the pulse.

The noise generator is implemented as a 23-bit-length Fibonacci LFSR (Feedback polynomial: x^22+x^17+1). [8] [9] When using noise waveform simultaneously with any other waveform, the pull-down via waveform selector tends to quickly reduce the XOR shift register to 0 for all bits that are connected to the output DAC. As the zeroes shift in the register when the noise is clocked, and no 1-bits are produced to replace them, a situation can arise where the XOR shift register becomes fully zeroed. Luckily, the situation can be remedied by using the waveform control test bit, which in that condition injects one 1-bit into the XOR shift register. Some musicians are also known to use noise's combined waveforms and test bit to construct unusual sounds.

The 6581 and 8580 differ from each other in several ways. The original 6581 was manufactured using the older NMOS process, which used 12V DC to operate. The 6581 is very sensitive to static discharge and if they weren't handled properly the filters would stop working, explaining the large number of dead 6581s in the market. The 8580 was made using the HMOS-II process, which requires less power (9V DC), and therefore makes the IC run cooler. The 8580 is thus far more durable than the 6581. Also, due to more stable waveform generators, the bit-mixing effects are less noticeable and thus the combined waveforms come close to matching the original SID specification (which stated that they will be combined as a binary AND). The filter is also very different between the two models. The 6581 cutoff range resembles a sigmoid function on a log scale and varies wildly between chips, while the cutoff range on the 8580 is a straight line on a linear scale and is both more consistent between chips and close to the designers' actual specifications. The 8580 filter can achieve higher resonances as well. Additionally, a better separation between the analog and the digital circuits made the 8580's output less noisy and distorted. The noise in 6xxx-series systems can be reduced by disconnecting the audio-in pin.

The consumer version of the 8580 was rebadged the 6582, even though the die on the chip is identical to a stock 8580 chip, including the '8580R5' mark. Dr. Evil Laboratories used it in their SID Symphony expansion cartridge (sold to Creative Micro Designs in 1991), and it was used in a few other places as well, including one PC sound-card.

Despite its documented shortcomings, many SID musicians prefer the flawed 6581 chip over the corrected 8580 chip, some even seeing the flaws as actual 'features' that made the SID chip distinct from other sound chips at the time. The main reason for this is that the filter produces strong distortion that is sometimes used to produce simulation of instruments such as a distorted electric guitar. Also, the highpass component of the filter was mixed in 3 dB attenuated compared to the other outputs, making the sound more bassy. In addition to nonlinearities in filter, the D/A circuitry used in the waveform generators produces yet more additional distortion that made its sound richer in character.

Features

Revisions

6581R1 produced in 1982 SID 6581R1.jpg
6581R1 produced in 1982
6581 produced in 1982 6581 in ceramic DIP.jpg
6581 produced in 1982
6581R4 CDIP produced in 1986 6581R4 CDIP 1186.jpg
6581R4 CDIP produced in 1986
6582 produced in 1986 MOS SID 6582.jpg
6582 produced in 1986
6582A produced in 1989 6582A.jpg
6582A produced in 1989
6582A produced in 1992 CSG 6582A.jpg
6582A produced in 1992
8580R5 produced 1986 in the U.S. 8580R5 USA.jpg
8580R5 produced 1986 in the U.S.

No instances reading "6581 R1" ever reached the market. In fact, Yannes has stated that "[the] SID chip came out pretty well the first time, it made sound. Everything we needed for the show was working after the second pass." High-resolution photos of Charles Winterble's prototype C64 show the markings "MOS 6581 2082", the last number being a date code indicating that his prototype SID chip was produced during the 20th week of 1982, which would be within 6 days of May 17, 1982.

These are the known revisions of the various SID chips: (date codes are in WWYY w=week y=year format)

The SID (Sound Interface Device) chip, notable for its fusion of digital and analog technologies, was a cornerstone in the system architecture of the Commodore 64 amongst other models. The chip boasted three distinct voices each with precise and varying waveform options—it also included a 12dB/octave multimode filter. Over the years, the design of this filter differed with each subsequent chip revision, lending each its unique sonic fingerprint.

One of the earliest models of the SID chip, the 6581, initially found its way into Commodore 64 computers between 1982 and around 1986. This model underwent several notable revisions including the 6581 R1, a prototype model which was only seen on CES machines and development prototypes and had a date code of 4981 to 0882. [11]

This model was renowned for its full 12-bit filter cutoff range and while the precise number of models produced remains unknown, it is estimated to be between 50 and 100 chips, being packaged in ceramic.

Following the R1, were the 6581 R2, 6581 R3, 6581 R4 AR, and finally, the 6581 R4. The evolution of the 6581 iterations saw minor changes to the protection/buffering of the input pins, adjustment of the silicon grade, and changes to its packaging. However, no substantial alterations were made to the filter section throughout these progressions. [12]

Moving to the latter models, the updated 8580 SID chipped marked its introduction in newer versions of the Commodore 64 machines. Technically compatible with the 6581 software, the 8580 brought with it a unique sound character due to specific adjustments in the filter structure. [13]

The sonic differences noticed between the two models, 6581 and 8580, were attributed broadly to the nuances in the analog filters, and intrinsic design distortions. These sound characteristics were heavily influenced by updates in the circuitry and quality differences in the material batches used in the various production runs of the chips.

The SID chip encompassed an ongoing journey of specifications that evolved in tandem with the chip design process. Not all initial features made it into the final blueprint. However, subsequent iterations like the 8580 model were meticulously revised to match more closely with the original specifications, specifically focusing on waveform combinations and filter functionality.

Some of these chips are marked "CSG" (Commodore Semiconductor Group) with the Commodore logo, while others are marked "MOS". This includes chips produced during the same week (and thus, receiving the same date code), indicating that at least two different factory lines were in operation during that week. The markings of chips varied by factory, and even by line within a factory, throughout most of the manufacturing run of the chip.

Remarking and forgery

Since 6581 and 8580 SID ICs are no longer produced, they have become highly sought after. In late 2007, various defective chips started appearing on eBay as supposedly "new". [14] [ unreliable source? ] Some of these remarked SIDs have a defective filter, but some also have defective channels/noise generators, and some are completely dead. The remarked chips are assumed to either be factory rejects from back when the chip was still produced, or possibly "reject pulls" from one of the chip pulling operations that were used to supply the chips used in the HardSID cards.[ original research? ]

Fake SID chips have also been supplied to unwitting buyers from unscrupulous manufacturers in China; the supplied chips are laser-etched with completely bogus markings, and the chip inside the package is not a SID at all.[ citation needed ]

Uses

Game audio

The majority of games produced for the Commodore 64 made use of the SID chip, with sounds ranging from simple clicks and beeps to complex musical extravaganzas or even entire digital audio tracks. Due to the technical mastery required to implement music on the chip, and its versatile features compared to other sound chips of the era, composers for the Commodore 64 have described the SID as a musical instrument in its own right. [15] Most software did not use the full capabilities of SID, however, because the incorrect published specifications caused programmers to only use well-documented functionality. Some early software, by contrast, relied on the specifications, resulting in inaudible sound effects. [3]

Well known composers of game music for this chip are Martin Galway, known for many titles, including Wizball , and Times of Lore , Rob Hubbard, known for titles such as ACE 2 , Commando , Delta , International Karate , IK+ , and Monty on the Run . Other noteworthies include Jeroen Tel (Cybernoid, Turbo Outrun , Robocop 3 and Myth), Ben Daglish ( The Last Ninja , Jack the Nipper , Firelord, Gauntlet ), David Dunn ( Finders Keepers and Flight Path 737), David Whittaker ( Speedball , BMX Simulator, Glider Rider ) and Chris Hülsbeck ( R-Type , Turrican and The Great Giana Sisters ).

Recordings

The fact that many enthusiasts prefer the real chip sound over software emulators has led to several recording projects aiming to preserve the authentic sound of the SID chip for modern hardware.

The sid.oth4 project [16] has over 380 songs of high quality MP3 available recorded on hardsid hardware and the SOASC= project [17] has the entire High Voltage SID Collection (HVSC) released with 49 (over 35,000 songs) recorded from real Commodore 64s in a high quality MP3 file. Both projects emphasize the importance of preserving the authentic sound of the SID chip. In 2016, the Unepic Stoned High SID Collection (USHSC) [18] was launched. It is a YouTube channel with over 50,000 SID tunes uploaded as single videos. The USHSC is based on both the SOASC= and HVSC, but also uploads recordings of recent SID music released at the Commodore Scene Database (CSDb) site. The channel features playlists containing roughly 5000 tunes each.

Reimplementations and derivatives

Emulation

A SID file contains the 6510 program code and associated data needed to replay the music on the SID. The SID files have the MIME media type audio/prs.sid.

The actual file format of a SID file has had several versions. The older standard is PSID (current version V4). The newer standard, RSID, is intended for music that requires a more complete emulation of the Commodore 64 hardware. [19]

The SID file format is not a native format used on the Commodore 64 or 128, [19] but a format specifically created for emulator-assisted music players such as PlaySID , Sidplay and JSidplay2. [20] However, there are loaders like RealSIDPlay and converters such as PSID64 [21] that make it possible to play a substantial portion of SID files on original Commodore computers.

Hardware using the SID chip

Hardware reimplementations

See also

Related Research Articles

<span class="mw-page-title-main">Commodore 64</span> 8-bit home computer introduced in 1982

The Commodore 64, also known as the C64, is an 8-bit home computer introduced in January 1982 by Commodore International. It has been listed in the Guinness World Records as the highest-selling single computer model of all time, with independent estimates placing the number sold between 12.5 and 17 million units. Volume production started in early 1982, marketing in August for US$595. Preceded by the VIC-20 and Commodore PET, the C64 took its name from its 64 kilobytes(65,536 bytes) of RAM. With support for multicolor sprites and a custom chip for waveform generation, the C64 could create superior visuals and audio compared to systems without such custom hardware.

<span class="mw-page-title-main">Sound card</span> Expansion card that provides input and output of audio signals

A sound card is an internal expansion card that provides input and output of audio signals to and from a computer under the control of computer programs. The term sound card is also applied to external audio interfaces used for professional audio applications.

<span class="mw-page-title-main">Commodore 128</span> Home computer released in 1985

The Commodore 128, also known as the C128, C-128, or C= 128, is the last 8-bit home computer that was commercially released by Commodore Business Machines (CBM). Introduced in January 1985 at the CES in Las Vegas, it appeared three years after its predecessor, the Commodore 64, the bestselling computer of the 1980s. Approximately 2.5 million C128s were sold during its four year production run.

Andreas Jochen Hippel is a musician from Kirchheimbolanden in southwest Germany. He played one of the most prominent roles in computer music during the 16-bit microcomputer era, composing hundreds of tunes for games and demos. He was also an experienced Amiga programmer and ported many of Thalion Software's Atari ST titles. He no longer composes music for a living and in 2006 he was working in logistics.

<span class="mw-page-title-main">Commodore Plus/4</span> 1984 home computer by Commodore International

The Commodore Plus/4 is a home computer released by Commodore International in 1984. The "Plus/4" name refers to the four-application ROM-resident office suite ; it was billed as "the productivity computer with software built in".

The Ensoniq Mirage is one of the earliest affordable sampler-synths, introduced in 1984 as Ensoniq's first product. Introduced at a list price of $1,695 with features previously only found on more expensive samplers like the Fairlight CMI, the Mirage sold nearly 8,000 units in its first year - more than the combined unit sales of all other samplers at that time. The Mirage sold over 30,000 units during its availability.

<span class="mw-page-title-main">Commodore 65</span> Prototype computer

The Commodore 65 is a prototype computer created at Commodore Business Machines in 1990–1991. It is an improved version of the Commodore 64, and it was meant to be backwards-compatible with the older computer, while still providing a number of advanced features close to those of the Amiga.

<span class="mw-page-title-main">Elektron SidStation</span>

The Elektron SidStation is a musical synthesizer sound module, built around the MOS Technology SID mixed-mode synthesizer chip originally used in the Commodore 64 home computer. It was produced by the Swedish synthesizer company Elektron, and was introduced in 1999. As the SID chip had not been manufactured for years, Elektron allegedly bought up nearly all the remaining stock.

A rompler is an electronic musical instrument that plays pre-fabricated sounds based on audio samples. The term rompler is a blend of the terms ROM and sampler. In contrast to samplers, romplers do not record audio. Both may have additional sound editing features, such as layering several waveforms and modulation with ADSR envelopes, filters and LFOs.

<span class="mw-page-title-main">C64 Direct-to-TV</span> Games console

The C64 Direct-to-TV, called C64DTV for short, is a single-chip implementation of the Commodore 64 computer, contained in a joystick, with 30 built-in games. The design is similar to the Atari Classics 10-in-1 TV Game. The circuitry of the C64DTV was designed by Jeri Ellsworth, a computer chip designer who had previously designed the C-One.

<span class="mw-page-title-main">HardSID</span>

The HardSID is a family of sound cards, produced by a Hungarian company Hard Software and originally conceived by Téli Sándor.

Elektron is a Swedish developer and manufacturer of musical instruments founded in 1998, as well as having its headquarters, R&D and production in Gothenburg, Sweden. They produce mainly electronic musical instruments, but have also made effects units and software. Since 2012, there have been branch offices in Los Angeles and in Tokyo.

reSID is a reverse engineered software emulation of the MOS6581 SID chip programmed by Dag Lem. This chip was used in the Commodore 64 computer. reSID is free software, published under the GNU General Public License.

<span class="mw-page-title-main">Commodore 64 peripherals</span>

The Commodore 64 home computer used various external peripherals. Due to the backwards compatibility of the Commodore 128, most peripherals would also work on that system. There is also some compatibility with the VIC-20 and Commodore PET.

<span class="mw-page-title-main">LMMS</span> Free software digital audio workstation

LMMS is a digital audio workstation application program. It allows music to be produced by arranging samples, synthesizing sounds, entering notes via computer keyboard or mouse or by playing on a MIDI keyboard, and combining the features of trackers and sequencers. It is free and open source software, written in Qt and released under GPL-2.0-or-later.

The Korg DSS-1 is a 12-bit polyphonic sampling synthesizer released in September 1986. It came out at a time when many of the popular synthesizer companies were beginning to get into sampling, an area of sound design that had previously been left to a handful of fledgling companies such as Fairlight, E-mu, and Ensoniq. Like Yamaha and Casio, however, Korg did not stay long in the sampling arena. The DSS-1 was the company's only sampler until 1998 when Korg introduced sampling options on their Triton and Trinity series of workstations, and on their Electribe series of drum-and-phrase samplers.

<span class="mw-page-title-main">ESS Technology</span> Former synthetic speech synthesizer company that is now known for its Sabre DAC chips

ESS Technology Incorporated is a private manufacturer of computer multimedia products, Audio DACs and ADCs based in Fremont, California with R&D centers in Kelowna, BC, Canada and Beijing, China. It was founded by Forrest Mozer in 1983. Robert L. Blair is the CEO and President of the company.

The Commodore 1351 is a computer mouse made by Commodore in 1986, which can be directly plugged into the 9-pin control port of a Commodore 64 or 128.

Robert "Bob" Yannes is an American electronic engineer who designed the SID audio generator chip for the Commodore 64 and co-founded digital synthesizer company Ensoniq. He designed the Ensoniq 5503 Digital Oscillator Chip (DOC) which was used in both commercial synthesizers and the Apple IIGS home computer.

The OPL series are a family of sound chips developed by Yamaha. The OPL series are low-cost sound chips providing FM synthesis for use in computing, music and video game applications.

References

  1. "6581 Sound Interface Device (SID) Chip Specifications". Commodore 64 Programmer's Reference Guide (PDF) (1 ed.). Wayne, Pennsylvania: Commodore Business Machines, Inc. 1982. p. 457. ISBN   9780672220562. Archived (PDF) from the original on 2019-07-05. Retrieved 2019-07-05.
  2. Griggs, Brandon (2011-05-09). "The Commodore 64, that '80s computer icon, lives again". CNN . Archived from the original on 2019-07-04. Retrieved 2014-11-17.
  3. 1 2 Perry, Tekla S.; Wallich, Paul (March 1985). "Design case history: the Commodore 64" (PDF). IEEE Spectrum . IEEE. 22 (3): 48–58. doi:10.1109/MSPEC.1985.6370590. ISSN   0018-9235. S2CID   11900865. Archived (PDF) from the original on 2019-07-04. Retrieved 2011-11-12.
  4. 1 2 3 4 5 6 Bagnall, Brian (2006). On the Edge: The Spectacular Rise and Fall of Commodore (1 ed.). Winnipeg, Manitoba: Variant Press. ISBN   9780973864908.
  5. Klose, Thorsten (2019-05-24). "MIDIbox SID V2 - User Manual". MIDIbox Projects. Archived from the original on 2019-07-04. Retrieved 2019-07-04.
  6. "New revolutionary C64 music routine unveiled". 1xn.org. 2008-11-04. Archived from the original on 2012-02-04.
  7. Mixer; SounDemoN; The Human Code Machine (2008-10-29). "Vicious Sid (2008)". Commodore 64 Scene Database. Archived from the original on 2019-07-04.
  8. Graham (2014). "SID 6581/8580 (Sound Interface Device) reference". 8 bit IC register reference. Oxyron. Archived from the original on 2019-07-04.
  9. Alstrup, Asger (2015-04-17). "Examination of SID noise waveform". SID - Sound & Music. Codebase64. Archived from the original on 2019-07-04.
  10. 1 2 "6581 Sound Interface Device (SID)" (PDF). Commodore Semiconductor Group. October 1982. Archived (PDF) from the original on 2019-07-05. Retrieved 2019-05-07.
  11. https://www.polynominal.com/commodore-64-sid-6581-8580/commodore-64-sid-6581-8580.html
  12. https://chipmusic.org/forums/topic/17495/c64-sid-shootout-6581-vs-8580/
  13. https://ist.uwaterloo.ca/~schepers/MJK/c64__.html
  14. Horton, Kevin. "Remarked SID Chips Sold as New". SID. Archived from the original on 2019-07-04.
  15. "Making Tracks: The Noble Art of Game Music". NEXT Generation . Vol. 1, no. 3. GP Publications Inc. March 1995. p. 49. ISSN   1078-9693.
  16. "The SID 6581/8580 Recordings Archive". jme. Archived from the original on 2019-07-04.
  17. "Stone Oakvalley's Authentic SID Collection (SOASC=)". Stone Oakvalley Studios. Archived from the original on 2019-07-04.
  18. "Unepic SID Channel". YouTube.
  19. 1 2 "SID File Format Description" (TXT). High Voltage SID Collection. Archived from the original on 2019-07-05. Retrieved 2019-07-05.
  20. 1 2 kenchis. "Java SID Player Music Library V2". SourceForge. Archived from the original on 2019-07-05. Retrieved 2019-07-05.
  21. rolandh. "PSID64". SourceForge. Archived from the original on 2019-07-05. Retrieved 2019-07-05.
  22. Bauer, Christian. "SIDPlayer". Archived from the original on 2019-07-05. Retrieved 2019-07-05.
  23. Lankila, Antti. "JSIDPlay2: a cross-platform SID player and C64 emulator". Archived from the original on 2012-01-16.
  24. Latimer, Joey (August 1989). "Innovation Sound Standard". Compute! . Vol. 11, no. 111. p. 68. ISSN   0194-357X . Retrieved 2013-11-11.
  25. Archived at Ghostarchive and the Wayback Machine : Replica Sound Cards - AdLib, Innovation SSI-2001, and SwinSID Ultimate. , retrieved 2019-08-01
  26. "MSSIAH Cartridge - MIDI Hardware and Software for the Commodore 64!". www.mssiah.com.

Further reading