giz rc1 release

git-svn-id: file:///home/notaz/opt/svn/PicoDrive@268 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
notaz 2007-10-04 21:14:45 +00:00
parent a8869ad1e8
commit da42200b24
14 changed files with 328 additions and 194 deletions

View file

@ -262,7 +262,8 @@ PICO_INTERNAL int sound_render(int offset, int length)
}
// CD: CDDA audio
if ((PicoMCD & 1) && (PicoOpt & 0x800))
// CD mode, cdda enabled, not data track, CDC is reading
if ((PicoMCD & 1) && (PicoOpt & 0x800) && !(Pico_mcd->s68k_regs[0x36] & 1) && (Pico_mcd->scd.Status_CDC & 1))
mp3_update(buf32, length, stereo);
// convert + limit to normal 16bit output