-
Notifications
You must be signed in to change notification settings - Fork 2
/
readme.txt
36 lines (21 loc) · 1.28 KB
/
readme.txt
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
Overview
--------
Contains a low-level OPL2 chipset access API used in old Adlib sound and Soundblaster cards for MS-DOS. The code still compiles with both Turbo and Borland Pascal 7.0 and the C code with Turbo C 2.0.
It also contains sample CMF / SA2 players. The SA2 player was quite impressive at the time. The SCR player is incomplete and is buggy.
This code is no longer maintained, patches/pull requests are accepted, but no other support will be given.
Licence
-------
See docs/license.txt for the exact licensing terms.
Building
--------
Simply build the units using Turbo Pascal 7 or Borland Pascal 7.
Credits
-------
* FIRST AND FOREMOST Jeffrey S. Lee for his documentation on the OPL2 Chipset found in the Adlib Sound Card.
* SBFMDRV Tracing to find out how to calculate the SemiTones and Note modifications.
* The person who gave me the original idea of starting this project: Ezra Dreisbach with his C SCR FM Player.
* All information on the SA2 file format was taken from the SADT2 document which was created by Erik Pojar
* All information on the CMF file format was taken from the PCGPE magazine which was created by Mark Feldman.
* The PIT Interrupt was also taken from Mark Feldman and his great PCGPE encyclopedia.
Enjoy!
Carl Eric Codere