Include File Updates

VM Labs SDK Internal Release 0.85
March 12
, 2001


The following include file updates are effective with this release:

File

Path

Comments

video.h include/nuon

Fixes the prototype for the _VidQueryConfig() function, which was previously declared as "void" when it should have been "int".

Added definitions for SCANLINE_COUNT_PAL and SCANLINE_COUNT_NTSC.

Added a "VIDEO_WIDTH" definition, and changed "SCANLINE_COUNT_PAL" and "SCANLINE_COUNT_NTSC" to "VIDEO_HEIGHT_PAL" and "VIDEO_HEIGHT_NTSC" so that the definitions would match what's in the BIOS sources.

movie.h include/nuon Added missing include file for LIBMOVIE.A.
sysinfo.h include/nuon Add underflow timeout as a static sysinfo setting and read it when resetting PlayerState.

Note that after you install the SDK in your development environment, you must recompile and relink any code that depends on these header files.

The following include files are obsolete and will be removed from the SDK in the very near future. Please update your source code appropriately.
Obsolete File
Path
Replace with
merlin.i include/nuon/ #include "nuon/nuon.i"
m2pub.h include/nuon/ #include <nuon/mml2d.h>
m2types.h include/nuon/ #include <nuon/mml2d.h>
audioapi.h include/nuon/

either
#include <nuon/nise.h>
or
#include <nuon/synth.h>

mlcolor.h include/nuon/ #include <nuon/mml2d.h>
mlpixmap.h include/nuon/ #include <nuon/mml2d.h>
mltypes.h include/nuon/ #include <nuon/mml2d.h>
pcmapi.h include/nuon/ #include <nuon/nise.h>
synthapi.h include/nuon/

#include <nuon/synth.h>



Please email comments or questions to SDK-Release@vmlabs.com

This page © Copyright 2001 VM Labs, Inc. Mountain View, CA. All rights reserved.