cd: some fixes

This commit is contained in:
notaz 2013-08-29 00:42:38 +03:00
parent ba6e8bfd4b
commit 59991f1117
2 changed files with 9 additions and 8 deletions

View file

@ -471,6 +471,10 @@ PICO_INTERNAL int Play_CDD_c3(void)
if (delay < 0) delay = -delay;
delay >>= 12;
// based on genplys GX
if (delay < 13)
delay = 13;
Pico_mcd->scd.Cur_LBA = new_lba;
CDC_Update_Header();