X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=pico%2F32x%2F32x.c;h=dbd3fa8739d1c0328c926cee4ac0c1a18a75c069;hb=5f0ca48fedc1517d849df86085bc8d1c59780ed8;hp=1b74c2df1023d0786387f6beae41bd4d81cbca46;hpb=a8fd6e376175c06e2423d0914359c761829d6e93;p=picodrive.git diff --git a/pico/32x/32x.c b/pico/32x/32x.c index 1b74c2d..dbd3fa8 100644 --- a/pico/32x/32x.c +++ b/pico/32x/32x.c @@ -1,6 +1,6 @@ /* * PicoDrive - * (C) notaz, 2009,2010 + * (C) notaz, 2009,2010,2013 * * This work is licensed under the terms of MAME license. * See COPYING file in the top-level directory. @@ -225,7 +225,7 @@ static void fillend_event(unsigned int now) typedef void (event_cb)(unsigned int now); -static unsigned int event_times[P32X_EVENT_COUNT]; +unsigned int event_times[P32X_EVENT_COUNT]; static unsigned int event_time_next; static event_cb *event_cbs[] = { [P32X_EVENT_PWM] = pwm_irq_event,