mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 07:17:45 -04:00
giz rc1 release
git-svn-id: file:///home/notaz/opt/svn/PicoDrive@268 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
a8869ad1e8
commit
da42200b24
14 changed files with 328 additions and 194 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue