sampleram.c 506 Bytes

/*************************************************************

  sampleram.c : Nintendo 64 Music Tools Library Sample
  (c) Copyright 1998, Software Creations (Holdings) Ltd.

  Version 3.11

  FROMRAM demo sample buffer file. This demo illustrates how 
  to use the library with samples based in RAM as opposed to 
  ROM.

**************************************************************/

/* for now simple 1.5Meg ram buffer to hold samples */
unsigned char samples[1024*(1024+512)];

/* end of file */