-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathextras.html
60 lines (52 loc) · 2.16 KB
/
extras.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
---
---
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
{% include header.html doctitle="A free AdLib sound player library" %}
<body>
{% include menu.html %}
<table class="page">
<tr><td>
<a name="extras"><h1>Extras:</h1></a>
<p>Following are some extra packages, you may find useful when using
AdPlug.</p>
<table>
<tr><td><b>Package:</b></td><td><b>Description:</b></td></tr>
<tr><td><a href="http://web.archive.org/web/20110320054018/http://dev.kewl.org/fm801/Doc/">
Using the Forte Media Fm801 FM Synth with AdPlug on Windows XP</a>
<a href="files/fm801.tar.gz">(download archive)</a></td>
<td>Darron Broad wrote a nice tutorial on how to get AdPlug to produce
sound on soundcards with a Forte Media Fm801 FM chip on Windows XP,
along with a really neat mixer application that is needed in order to
achieve this.</td></tr>
<tr><td><a href="files/sb16switch.zip">SB FM Switch</a></td>
<td>A workaround for Sound Blaster users, who can't get the real OPL2
output with the AdPlug Winamp input plugin to work. This is a known
problem with the Creative FM driver. This workaround is provided by
Zbigniew Luszpinski.</td></tr>
<tr><td><a href="files/examples.zip">Example Tunes</a></td>
<td>Some packaged example tunes by various composers to demonstrate
AdPlug's capabilities. The copyright of the included modules relies to
their corresponding authors.</td></tr>
</table>
</td></tr>
<tr><td>
<a name="links"><h1>Links:</h1></a>
<p>Following is a list of websites connected to the AdPlug project or
AdLib in general:</p>
<ul>
<li><a
href="http://web.archive.org/web/20140208203114/http://chiptunes.back2roots.org/">chiptunes.back2roots.org</a> -
the world's biggest adlib music archive</li>
<li><a href="http://adlib.superfighter.com">adlib.superfighter.com</a>
- has very nice .raw rips of some really old gems</li>
<li><a
href="http://web.archive.org/web/20061214040101/http://mitglied.lycos.de/borgnumberone/misc/adlib/">mitglied.lycos.de/borgnumberone/misc/adlib/</a>
- besides a nice introduction into the world of adlib sound grabbing,
this page hosts RAWEDIT, the only .raw adlib file editor in existence</li>
</ul>
</td></tr>
</table>
{% include footer.html %}
</body>
</html>