1.1 --- a/src/main.c Fri Jan 18 18:51:50 2013 +0000 1.2 +++ b/src/main.c Wed Mar 13 00:43:25 2013 +0000 1.3 @@ -48,7 +48,7 @@ 1.4 state.hdc_disc0 = NULL; 1.5 return (0); 1.6 }else{ 1.7 - wd2010_init(&state.hdc_ctx, state.hdc_disc0, 512, 17, 8); 1.8 + wd2010_init(&state.hdc_ctx, state.hdc_disc0, 512, 16, 8); 1.9 fprintf(stderr, "Disc image loaded.\n"); 1.10 return (1); 1.11 }