mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -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
|
@ -146,7 +146,7 @@ static void pcd_set_cycle_mult(void)
|
|||
{
|
||||
// ~1.63 for NTSC, ~1.645 for PAL
|
||||
if (Pico.m.pal)
|
||||
mcd_m68k_cycle_mult = ((12500000ull << 16) / (50*312*488));
|
||||
mcd_m68k_cycle_mult = ((12500000ull << 16) / (50*313*488));
|
||||
else
|
||||
mcd_m68k_cycle_mult = ((12500000ull << 16) / (60*262*488)) + 1;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue