X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=picodrive.git;a=blobdiff_plain;f=pico%2Fcd%2Fmcd.c;h=6d23604cdef4e9eda56646f8f59e7fcf456286d8;hp=687dfc3cd62818243d12275f180745844177823f;hb=e42a47e2086e6512519dd86af420363498302f49;hpb=8f80007bcc94faae7c369d4ed8a07a9d35c31c72 diff --git a/pico/cd/mcd.c b/pico/cd/mcd.c index 687dfc3..6d23604 100644 --- a/pico/cd/mcd.c +++ b/pico/cd/mcd.c @@ -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; }