From 3d4b45efb8453510a00db5d20945323b9f696c66 Mon Sep 17 00:00:00 2001 From: Daveo Date: Fri, 19 Jan 2001 15:57:00 +0000 Subject: [PATCH] --- source/sound/cdxa.h | 2 +- users/cdbuild/makefile | 15 +++++++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 users/cdbuild/makefile 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