Some changes to the system include files have been made. These
changes include:
The Audio library configuration has changed. Instead of
LIBMAUD1 and LIBMAUD2, we now have LIBSYNTH and LIBNISE. The LIBSYNTH
library contains the synthesizer and non-streaming PCM functions. The
LIBNISE library contains the non-streaming PCM functions as well as
streaming audio functions.
The changes to the libraries are not very drastic. It should be simple
to change existing code. Instead of including PCMAPI.H, you should now
include NISE.H. See GAMEAUDIO.PDF for
documentation.
A number of separate include files for various portions of the MML2D
library have been combined into a single large MML2D.H include file.
These files are:
References to any of these files should be replaced with a single reference
to the MML2D.H file. Please note that failing to make this change is
not fatal. The older files have been modified to include MML2D.H and
display a warning that your source should be updated.
The BIOS.H include file has been modified to automatically include
all of the BIOS-related include files so that they no longer need be listed
individually. However, aside from BIOS.H, the individual files have not been
modified. The BIOS.H file now automatically includes: