X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=pico%2F32x%2F32x.c;h=14d1c8473df12a0c2f404bdb6e24b997e7c966c2;hb=ed06ffd3391ff81fa1f34455f1311ba060a41cac;hp=ddb95eca7fe756ec115ae7ac44bee44450009757;hpb=4835077e00c2cf7e3dba7bf7801c6aafd9d00dbe;p=picodrive.git diff --git a/pico/32x/32x.c b/pico/32x/32x.c index ddb95ec..14d1c84 100644 --- a/pico/32x/32x.c +++ b/pico/32x/32x.c @@ -294,9 +294,9 @@ typedef void (event_cb)(unsigned int now); unsigned int p32x_event_times[P32X_EVENT_COUNT]; static unsigned int event_time_next; static event_cb *p32x_event_cbs[P32X_EVENT_COUNT] = { - [P32X_EVENT_PWM] = p32x_pwm_irq_event, - [P32X_EVENT_FILLEND] = fillend_event, - [P32X_EVENT_HINT] = hint_event, + p32x_pwm_irq_event, + fillend_event, + hint_event, }; // schedule event at some time 'after', in m68k clocks