X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=pico%2Fpico%2Fpico.c;h=d893f9df6bf1bf0b6c85b24dbc305778461cbeb7;hb=e42a47e2086e6512519dd86af420363498302f49;hp=d85aeb5b535de433269bd477a99af7a64359fcdb;hpb=45f2f245f51ef0c0d37df3c998595c132bfcaffa;p=picodrive.git diff --git a/pico/pico/pico.c b/pico/pico/pico.c index d85aeb5..d893f9d 100644 --- a/pico/pico/pico.c +++ b/pico/pico/pico.c @@ -1,3 +1,10 @@ +/* + * PicoDrive + * (C) notaz, 2008 + * + * This work is licensed under the terms of MAME license. + * See COPYING file in the top-level directory. + */ #include "../pico_int.h" // x: 0x03c - 0x19d @@ -16,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); }