clarify PicoDrive's license
[picodrive.git] / pico / pico_cmn.c
index d256f72..8499f93 100644 (file)
@@ -1,5 +1,10 @@
-// common code for Pico.c and cd/Pico.c
-// (c) Copyright 2007-2009 Grazvydas "notaz" Ignotas
+/*
+ * common code for pico.c and cd/pico.c
+ * (C) notaz, 2007-2009
+ *
+ * This work is licensed under the terms of MAME license.
+ * See COPYING file in the top-level directory.
+ */
 
 #define CYCLES_M68K_LINE     488 // suitable for both PAL/NTSC
 #define CYCLES_M68K_VINT_LAG  68
@@ -84,7 +89,7 @@ static int PicoFrameHints(void)
     check_cd_dma();
 #endif
 #ifdef PICO_32X
-    p32x_pwm_irq_check(1);
+    p32x_timers_do(1);
 #endif
 
     // H-Interrupts:
@@ -156,7 +161,7 @@ static int PicoFrameHints(void)
   check_cd_dma();
 #endif
 #ifdef PICO_32X
-  p32x_pwm_irq_check(1);
+  p32x_timers_do(1);
 #endif
 
   // Last H-Int:
@@ -227,7 +232,7 @@ static int PicoFrameHints(void)
     check_cd_dma();
 #endif
 #ifdef PICO_32X
-    p32x_pwm_irq_check(1);
+    p32x_timers_do(1);
 #endif
 
     // Run scanline: