X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fjerry.h;h=684b55f23f3ec812057b0a602185e827a2e9523b;hb=dd520b965a1e6531bd1d285494b223ab04c5368b;hp=c1f1f7ad6d0ad71dc0b24ac60c0c3b588172a55e;hpb=e04d8927f74bfce1ca8232a65b66c088e8a8406a;p=virtualjaguar diff --git a/src/jerry.h b/src/jerry.h index c1f1f7a..684b55f 100644 --- a/src/jerry.h +++ b/src/jerry.h @@ -26,4 +26,13 @@ enum { IRQ2_EXTERNAL = 0, IRQ2_DSP, IRQ2_TIMER1, IRQ2_TIMER2, IRQ2_ASI, IRQ2_SSI bool JERRYIRQEnabled(int irq); void JERRYSetPendingIRQ(int irq); +// This should stay inside this file, but it's here for now... +// Need to set up an interface function so that this can go back +void JERRYI2SCallback(void); + +// External variables + +extern uint32 JERRYI2SInterruptDivide; +extern int32 JERRYI2SInterruptTimer; + #endif