diff --git a/source/sound/cdxa.h b/source/sound/cdxa.h index 6419dfa4d..149c320a1 100644 --- a/source/sound/cdxa.h +++ b/source/sound/cdxa.h @@ -40,7 +40,7 @@ public: static void setMasterVolume(int _volumeL,int _volumeR); -private: +//private: Paul, can you sort out the access functions enum XA_ENUM { XA_MUSIC_TRACK =1, diff --git a/users/cdbuild/makefile b/users/cdbuild/makefile new file mode 100644 index 000000000..8c65e8a51 --- /dev/null +++ b/users/cdbuild/makefile @@ -0,0 +1,15 @@ +#---------------------------------------------------------------------------- +# USER SPECEFIC MAKEFILE FOR Dave +# +# Copyright (C) 1997 G R Liddon +#---------------------------------------------------------------------------- + + +DEV_KIT := SONY_PCI +FILE_SYSTEM := CD +RAM_SIZE := 2 +FINAL_OVERLAYS := 1 + +# SLUS-01114 +#---------------------------------------------------------------------------- +#ends