diff --git a/hello_xa/hello_xa.c b/hello_xa/hello_xa.c index da0ab25..5c07a90 100644 --- a/hello_xa/hello_xa.c +++ b/hello_xa/hello_xa.c @@ -45,7 +45,7 @@ typedef struct { // Declare an array of XA_TRACK XA_TRACK XATrack[XA_TRACKS]; // Name of file to load -static char * loadXA = "\\INTER4.XA;1"; +static char * loadXA = "\\INTER8.XA;1"; CdlFILE XAPos = {0}; // Start and end position of XA data, in sectors static int StartPos, EndPos;