1998-07-26 08:14:03 +00:00
|
|
|
Basically, SIDPLAY is just an ordinary music player software. More
|
|
|
|
specifically, it emulates the Sound Interface Device chip (MOS 6581,
|
|
|
|
known as SID) and the Micro Processor Unit (MOS 6510) of the
|
1998-08-04 02:24:27 +00:00
|
|
|
Commodore 64 on your computer. Its platform-independent software
|
1998-07-26 08:14:03 +00:00
|
|
|
emulates hardware components. Therefore it is able to load and execute
|
1998-08-04 02:24:27 +00:00
|
|
|
C64 machine code programs which produce music or sound. In general,
|
1998-07-26 08:14:03 +00:00
|
|
|
these are independent fragments of code and data which have been
|
|
|
|
ripped from games and demonstration programs and were transferred
|
|
|
|
directly from the C64. All you need is a supported operating system and
|
|
|
|
audio hardware with average PCM waveform playback capabilities. A
|
1998-08-04 02:24:27 +00:00
|
|
|
fast CPU and a 16-bit sound card are recommended for better
|
1998-07-26 08:14:03 +00:00
|
|
|
performance.
|
|
|
|
|
2000-06-29 10:17:09 +00:00
|
|
|
This is just the library. To actually use it, you need one of the
|
|
|
|
front-ends like 'sidplay' or 'xsidplay'.
|
|
|
|
|
1999-11-14 02:48:46 +00:00
|
|
|
WWW: http://www.geocities.com/SiliconValley/Lakes/5147/index.html
|