X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=pico%2Fvideoport.c;h=42f55c8200e4aeb428956873134f656a9a84b986;hb=9a1f192a146e9b9752ec1a760745b1261fe9bdec;hp=ec68e7f6411bfa983002592a975766da9b0203b9;hpb=ae214f1c37e5b02b6413040649a40f8ba3874e1b;p=picodrive.git diff --git a/pico/videoport.c b/pico/videoport.c index ec68e7f..42f55c8 100644 --- a/pico/videoport.c +++ b/pico/videoport.c @@ -423,7 +423,7 @@ PICO_INTERNAL_ASM void PicoVideoWrite(unsigned int a,unsigned short d) update_irq: #ifndef EMU_CORE_DEBUG // update IRQ level - if (!SekShouldInterrupt) // hack + if (!SekShouldInterrupt()) // hack { int lines, pints, irq=0; lines = (pvid->reg[1] & 0x20) | (pvid->reg[0] & 0x10);