mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-06 07:38:05 -04:00
some more risky timing changes
But should be closer to the real thing. Let's see what this will break...
This commit is contained in:
parent
8f80007bcc
commit
e42a47e208
10 changed files with 129 additions and 81 deletions
|
@ -23,7 +23,7 @@ PICO_INTERNAL void PicoReratePico(void)
|
|||
{
|
||||
int rate = guessed_rates[PicoPicohw.r12 & 7];
|
||||
if (Pico.m.pal)
|
||||
fifo_bytes_line = (rate<<16)/50/312/2;
|
||||
fifo_bytes_line = (rate<<16)/50/313/2;
|
||||
else fifo_bytes_line = (rate<<16)/60/262/2;
|
||||
PicoPicoPCMRerate(rate);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue