X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=gp2x%2F940ctl.c;h=f217dea6bb02d76086c958a7f01c4042bb267330;hb=e1cd546fc7ec6f3c83a5b0f50e2d4ea93b139e3c;hp=d2f4a32d57e4670e180d3914635d0233566dfefc;hpb=91b2c3e133f883a1674b7acd7702c225f568bfa3;p=libpicofe.git diff --git a/gp2x/940ctl.c b/gp2x/940ctl.c index d2f4a32..f217dea 100644 --- a/gp2x/940ctl.c +++ b/gp2x/940ctl.c @@ -434,7 +434,7 @@ void YM2612Init_940(int baseclock, int rate) void YM2612ResetChip_940(void) { - printf("YM2612ResetChip_940()\n"); + //printf("YM2612ResetChip_940()\n"); if (shared_data == NULL) { printf("YM2612ResetChip_940: reset before init?\n"); return; @@ -611,7 +611,7 @@ int mp3_get_offset(void) unsigned int offs1024 = 0; int cdda_on; - cdda_on = (PicoMCD & 1) && (PicoOpt&0x800) && !(Pico_mcd->s68k_regs[0x36] & 1) && + cdda_on = (PicoAHW & PAHW_MCD) && (PicoOpt&0x800) && !(Pico_mcd->s68k_regs[0x36] & 1) && (Pico_mcd->scd.Status_CDC & 1) && loaded_mp3; if (cdda_on) {